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
Depends on #1876
Upstream PR bumps the dsi version, implicitly updating tests to using
the default ruleset from dsi. We can't do that for production MF rn
because MF uses an extra transformation internally, so this PR adds all
the newer built in PRs from dsi to
metricflow-semantics/metricflow_semantics/model/dbt_manifest_parser.py
to be used in real circumstances.
(If time was less limited before coalesce, I'd prefer to move the rule
upstream if possible, but I don't want to pick up extra work before code
freeze.)
Edit: There's also a rule (AddInputMeasuresToMetrics) that only works in
dsi. It probably merits a refactor/rewrite later to clean up the usage
code here, but I'd rather prioritize getting this updated here for now.
0 commit comments