We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b78216 commit a33e80aCopy full SHA for a33e80a
dbt_semantic_interfaces/transformations/pydantic_rule_set.py
@@ -83,9 +83,9 @@ def convert_legacy_measures_to_metrics_rules(
83
# This populates "input_measures" for metric fields.
84
# This does NOT add new metrics or depend on most newly-added metrics, but it must
85
# run after CreateProxyMeasureRule() to ensure we have all the metrics we will need.
86
- AddInputMetricMeasuresRule(),
87
FlattenSimpleMetricsWithMeasureInputsRule(),
88
ReplaceInputMeasuresWithSimpleMetricsTransformationRule(),
+ AddInputMetricMeasuresRule(),
89
)
90
91
@property
0 commit comments