-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support dbt-semantic-interfaces 0.3.0 (#8820)
* changie doc for DSI 0.3.0 upgrade * Gracefully handle v10 metric filters * Fix iteration over metrics in `upgrade_v10_metric_filters` * Update previous manifest version test fixtures to have more expressive metrics * Regenerate the test v10 manifest artifact using the more expressive metrics from 904cc1e To do this I cherry-picked 904cc1e onto my local 1.6.latest branch, had the test regenerate the test v10 manifest artifact, and then over wrote the test v10 manifest artifact on this branch (cherry-picking it across the branches didn't work, had to copy paste :grimmace:) * Regenerate test v11 manifest artifact using the fixture changes in 904cc1e * Update `upgrade_v10_metric_filters` to handled disabled metrics Regenerating the v10 and v11 test manifest artifacts uncovered an issue wherein we weren't handling disabled metrics that need to get upgraded. This commit fixes that. Additionally, the `upgrade_v10_metric_filters` was getting a bit unwieldy, so I broke extracted the abstracted sub functions. * Fix `test_backwards_compatible_versions` test When we regenerated the v10 test manifest artifact, it started having the `metricflow_time_sine` model, and it didn't previously. This caused `test_backwards_compatible_versions` to start failing because it was no longer identified as having modified state for v10. The test has been altered accordingly
- Loading branch information
Showing
5 changed files
with
104 additions
and
6 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,6 @@ | ||
kind: Dependencies | ||
body: Upgrade dbt-semantic-interfaces dep to 0.3.0 | ||
time: 2023-10-11T02:22:52.231648-07:00 | ||
custom: | ||
Author: QMalcolm | ||
PR: "8819" |
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
Large diffs are not rendered by default.
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