Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Nov 14, 2024
1 parent 0be9c0a commit bfdd5eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metricflow/dataflow/builder/dataflow_plan_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ def _build_derived_metric_output_node(
if len(parent_nodes) == 1
else CombineAggregatedOutputsNode.create(parent_nodes=parent_nodes)
)
# xyx
output_node: DataflowPlanNode = ComputeMetricsNode.create(
parent_node=parent_node,
metric_specs=[metric_spec],
Expand Down

0 comments on commit bfdd5eb

Please sign in to comment.