Skip to content

Commit

Permalink
Add missed for_group_by_source_node arg
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed May 14, 2024
1 parent a446ffa commit 3d8f011
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 @@ -503,6 +503,7 @@ def _build_derived_metric_output_node(
),
filter_spec_factory=filter_spec_factory,
time_range_constraint=time_range_constraint if not metric_spec.has_time_offset else None,
for_group_by_source_node=for_group_by_source_node,
)
)

Expand Down

0 comments on commit 3d8f011

Please sign in to comment.