Skip to content

Commit ad70bd7

Browse files
authored
Merge pull request #971 from dbt-labs/release-0.204.0
Release PR for MetricFlow 0.204.0
2 parents 217e064 + a06685d commit ad70bd7

23 files changed

+1091
-2873
lines changed

.changes/0.204.0.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## MetricFlow 0.204.0 - January 11, 2024
2+
3+
### Features
4+
5+
- Add Trino support to the MetricFlow. ([#207](https://github.com/dbt-labs/metricflow/issues/207))
6+
- Implemented date_part in where filter. ([#None](https://github.com/dbt-labs/metricflow/issues/None))
7+
- Resolve Ambiguous Group-By-Items ([#887](https://github.com/dbt-labs/metricflow/issues/887))
8+
- Support for Conversion Metrics ([#252](https://github.com/dbt-labs/metricflow/issues/252))
9+
- Add a Query Validation Rule for Repeated Metrics in a Query ([#943](https://github.com/dbt-labs/metricflow/issues/943))
10+
- Expose label on Metric & Dimension for use in APIs. ([#956](https://github.com/dbt-labs/metricflow/issues/956))
11+
12+
### Fixes
13+
14+
- Apply time offset for nested dervied & ratio metrics ([#882](https://github.com/dbt-labs/metricflow/issues/882))
15+
- Fix Incorrect SQL Column Name Rendering for WhereConstraintNode ([#908](https://github.com/dbt-labs/metricflow/issues/908))
16+
- `Unable To Satisfy Query Error` with Cumulative Metrics in Saved Queries ([#917](https://github.com/dbt-labs/metricflow/issues/917))
17+
- Fixes a bug in dimension-only queries where the filter column is removed before the filter has been applied. ([#923](https://github.com/dbt-labs/metricflow/issues/923))
18+
- Bug fix: Keep where constraint column until used for nested derived offset metric queries. ([#930](https://github.com/dbt-labs/metricflow/issues/930))
19+
- Fixes incorrect time constraint applied to derived offset metrics. ([#925](https://github.com/dbt-labs/metricflow/issues/925))
20+
- Remove default time constraint for queries with cumulative metrics. ([#917](https://github.com/dbt-labs/metricflow/issues/917))
21+
- Return exit code 1 for failed validations ([#867](https://github.com/dbt-labs/metricflow/issues/867))
22+
- Optimizer Does Not Deduplicate Common Metrics ([#941](https://github.com/dbt-labs/metricflow/issues/941))
23+
- Duplicate input measures after combiner optimizer ([#969](https://github.com/dbt-labs/metricflow/issues/969))
24+
25+
### Under the Hood
26+
27+
- Test to ensure Dimension and TimeDimension syntax are identical in the case of time dimensions
28+
- Fixed typo in error message
29+
30+
### Dependencies
31+
32+
- Remove unnecessary MarkupSafe dependency ([#950](https://github.com/dbt-labs/metricflow/pull/950))
33+
34+
### Contributors
35+
- [@DevonFulcher](https://github.com/DevonFulcher)
36+
- [@WilliamDee](https://github.com/WilliamDee) ([#252](https://github.com/dbt-labs/metricflow/issues/252), [#867](https://github.com/dbt-labs/metricflow/issues/867), [#969](https://github.com/dbt-labs/metricflow/issues/969))
37+
- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#956](https://github.com/dbt-labs/metricflow/issues/956), [#882](https://github.com/dbt-labs/metricflow/issues/882), [#923](https://github.com/dbt-labs/metricflow/issues/923), [#930](https://github.com/dbt-labs/metricflow/issues/930), [#925](https://github.com/dbt-labs/metricflow/issues/925))
38+
- [@plypaul](https://github.com/plypaul) ([#887](https://github.com/dbt-labs/metricflow/issues/887), [#943](https://github.com/dbt-labs/metricflow/issues/943), [#908](https://github.com/dbt-labs/metricflow/issues/908), [#917](https://github.com/dbt-labs/metricflow/issues/917), [#917](https://github.com/dbt-labs/metricflow/issues/917), [#941](https://github.com/dbt-labs/metricflow/issues/941))
39+
- [@sarbmeetka](https://github.com/sarbmeetka) ([#207](https://github.com/dbt-labs/metricflow/issues/207))
40+
- [@tlento](https://github.com/tlento) ([#950](https://github.com/dbt-labs/metricflow/pull/950))

.changes/unreleased/Dependencies-20231219-170616.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Features-20231008-195608.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Features-20231107-180843.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Features-20231130-113258.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Features-20231210-165636.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Features-20231218-121506.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Features-20240102-163031.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Fixes-20231116-153955.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Fixes-20231128-142315.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)