Skip to content

Commit

Permalink
Fix another funky test
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Jun 12, 2024
1 parent 6aa37c3 commit ebb41e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def test_cumulative_metric_no_window_or_grain_with_metric_time( # noqa: D103
MetricFlowQuerySpec(
metric_specs=(MetricSpec(element_name="revenue_all_time"),),
dimension_specs=(),
time_dimension_specs=(MTD_SPEC_QUARTER,),
time_dimension_specs=(MTD_SPEC_DAY,),
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<!-- description = 'Aggregate Measures' -->
<!-- node_id = NodeId(id_str='am_0') -->
<FilterElementsNode>
<!-- description = "Pass Only Elements: ['txn_revenue', 'metric_time__quarter']" -->
<!-- description = "Pass Only Elements: ['txn_revenue', 'metric_time__day']" -->
<!-- node_id = NodeId(id_str='pfe_0') -->
<!-- include_spec = MeasureSpec(element_name='txn_revenue') -->
<!-- include_spec = TimeDimensionSpec(element_name='metric_time', time_granularity=QUARTER) -->
<!-- include_spec = TimeDimensionSpec(element_name='metric_time', time_granularity=DAY) -->
<!-- distinct = False -->
<JoinOverTimeRangeNode>
<!-- description = 'Join Self Over Time Range' -->
Expand Down

0 comments on commit ebb41e8

Please sign in to comment.