-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `0.207.2` release adds a number of commits from `main` that were previously excluded in `0.207.1` due to the breaking `dbt-semantic-interfaces` version change. The goal was to include many commits so that more fixes are included, and so that future backports would be easier to do. The backported commits can be viewed by comparing the [p--release-0.207.2-updates--01](https://github.com/dbt-labs/metricflow/tree/p--release-0.207.2-updates--01) branch and the [release-0.027.2](https://github.com/dbt-labs/metricflow/tree/release-0.207.2) branch. I left those cherry-picks in a branch since the PR would not load reasonably. More commits could be included, but there are more complex conflicts to resolve.
- Loading branch information
Showing
10 changed files
with
13,792 additions
and
5,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## MetricFlow 0.207.2 - February 21, 2025 | ||
|
||
### Features | ||
|
||
- Allow setting aliases for queried metrics ([#1573](https://github.com/dbt-labs/metricflow/issues/1573)) | ||
|
||
### Fixes | ||
|
||
- Always treat metric_time and the agg_time_dimension the same in the JoinToTimeSpineNode. ([#1541](https://github.com/dbt-labs/metricflow/issues/1541)) | ||
- Apply time constraints after time offsets to avoid filtering out values that will change later in the query. ([#1544](https://github.com/dbt-labs/metricflow/issues/1544)) | ||
- Update mf tutorial flow to always create / use the sample dbt project. ([#1651](https://github.com/dbt-labs/metricflow/issues/1651)) | ||
|
||
### Contributors | ||
- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#1541](https://github.com/dbt-labs/metricflow/issues/1541), [#1544](https://github.com/dbt-labs/metricflow/issues/1544)) | ||
- [@plypaul](https://github.com/plypaul) ([#1651](https://github.com/dbt-labs/metricflow/issues/1651)) | ||
- [@serramatutu](https://github.com/serramatutu) ([#1573](https://github.com/dbt-labs/metricflow/issues/1573)) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from __future__ import annotations | ||
|
||
__version__ = "0.2.1.dev0" | ||
__version__ = "0.2.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from __future__ import annotations | ||
|
||
__version__ = "0.207.2.dev0" | ||
__version__ = "0.207.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters