You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
I am not able to use cumulative_type_params in dbt-core 1.8.9 since it is a feature in dbt-core 1.9.0. However, when upgrading to 1.9.0 I am told that the latest version of dbt-metricflow (0.7.1) does not support it.
Expected Behavior
Compatibility between dbt-core 1.9.x and dbt-metricflow so newer paramters like cumulative_type_params are supported
Steps To Reproduce
In an environment with dbt-metricflow set to 0.7.1
Upgrade dbt-core to 1.9.0
Relevant log output
Because dbt-metricflow (0.7.1) depends on dbt-core (>=1.8.0,<1.9.0)
and no versions of dbt-metricflow match >0.7.1,<0.8.0, dbt-metricflow (>=0.7.1,<0.8.0) requires dbt-core (>=1.8.0,<1.9.0).
So, because analytics depends on both dbt-metricflow (^0.7.1) and dbt-core (^1.9.1), version solving failed.
Resolves#1589Resolves#1632
* The previous release `0.207.0` was not compatible with `dbt-core=1.9`
as the requirement for `dbt-semantic-interfaces` in both packages was
different.
* To address this, I've cut a branch `release-0.207.1` from commit
`5bb13511d36c6122527a1bd12de9d6e0707a9ddc`, which seems to be the last
version before the dependency requirement for `dbt-semantic-interfaces`
changed in `metricflow`.
* The requirement for `dbt-semantic-interfaces` was previously pinned to
`0.7.2` - I'm looking for context on the strict pin.
* For now, I've updated the requirement to
`dbt-semantic-interfaces>=0.7.4,<0.8`. `0.7.4` was the lowest version
compatible with `dbt-core=1.9`.
Is this a new bug in metricflow?
Current Behavior
I am not able to use
cumulative_type_params
in dbt-core 1.8.9 since it is a feature in dbt-core 1.9.0. However, when upgrading to 1.9.0 I am told that the latest version of dbt-metricflow (0.7.1) does not support it.Expected Behavior
Compatibility between dbt-core 1.9.x and dbt-metricflow so newer paramters like
cumulative_type_params
are supportedSteps To Reproduce
Relevant log output
Environment
Which database are you using?
bigquery
Additional Context
No response
The text was updated successfully, but these errors were encountered: