Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDee committed Dec 4, 2024
1 parent 0d38d3f commit 250da92
Show file tree
Hide file tree
Showing 20 changed files with 411 additions and 409 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docstring:
<!-- time_granularity=ExpandedTimeGranularity(name='day', base_granularity=DAY), -->
<!-- ), -->
<!-- ) -->
<!-- window = PydanticMetricTimeWindow(count=2, granularity=MONTH) -->
<!-- window = PydanticMetricTimeWindow(count=2, granularity='month') -->
<MetricTimeDimensionTransformNode>
<!-- description = "Metric Time Dimension 'ds'" -->
<!-- node_id = NodeId(id_str='sma_28015') -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docstring:
<!-- time_granularity=ExpandedTimeGranularity(name='day', base_granularity=DAY), -->
<!-- ), -->
<!-- ) -->
<!-- window = PydanticMetricTimeWindow(count=2, granularity=MONTH) -->
<!-- window = PydanticMetricTimeWindow(count=2, granularity='month') -->
<MetricTimeDimensionTransformNode>
<!-- description = "Metric Time Dimension 'ds'" -->
<!-- node_id = NodeId(id_str='sma_28015') -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ docstring:
<!-- time_granularity=ExpandedTimeGranularity(name='day', base_granularity=DAY), -->
<!-- ), -->
<!-- ) -->
<!-- window = PydanticMetricTimeWindow(count=2, granularity=MONTH) -->
<!-- window = PydanticMetricTimeWindow(count=2, granularity='month') -->
<MetricTimeDimensionTransformNode>
<!-- description = "Metric Time Dimension 'ds'" -->
<!-- node_id = NodeId(id_str='sma_28015') -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ docstring:
<ComputeMetricsNode>
<!-- description = 'Compute Metrics via Expressions' -->
<!-- node_id = NodeId(id_str='cm_0') -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='bookings', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- alias='bookings_5_days_ago', -->
<!-- offset_window=PydanticMetricTimeWindow(count=5, granularity=DAY), -->
<!-- ) -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='bookings', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- alias='bookings_5_days_ago', -->
<!-- offset_window=PydanticMetricTimeWindow(count=5, granularity='day'), -->
<!-- ) -->
<AggregateMeasuresNode>
<!-- description = 'Aggregate Measures' -->
<!-- node_id = NodeId(id_str='am_0') -->
Expand All @@ -46,7 +46,7 @@ docstring:
<!-- ) -->
<!-- use_custom_agg_time_dimension = False -->
<!-- join_type = INNER -->
<!-- offset_window = PydanticMetricTimeWindow(count=5, granularity=DAY) -->
<!-- offset_window = PydanticMetricTimeWindow(count=5, granularity='day') -->
<MetricTimeDimensionTransformNode>
<!-- description = "Metric Time Dimension 'ds'" -->
<!-- node_id = NodeId(id_str='sma_28009') -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ test_filename: test_dataflow_plan_builder.py
<ComputeMetricsNode>
<!-- description = 'Compute Metrics via Expressions' -->
<!-- node_id = NodeId(id_str='cm_0') -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='bookings', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- alias='bookings_5_days_ago', -->
<!-- offset_window=PydanticMetricTimeWindow(count=5, granularity=DAY), -->
<!-- ) -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='bookings', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- alias='bookings_5_days_ago', -->
<!-- offset_window=PydanticMetricTimeWindow(count=5, granularity='day'), -->
<!-- ) -->
<AggregateMeasuresNode>
<!-- description = 'Aggregate Measures' -->
<!-- node_id = NodeId(id_str='am_0') -->
Expand All @@ -44,7 +44,7 @@ test_filename: test_dataflow_plan_builder.py
<!-- ) -->
<!-- use_custom_agg_time_dimension = False -->
<!-- join_type = INNER -->
<!-- offset_window = PydanticMetricTimeWindow(count=5, granularity=DAY) -->
<!-- offset_window = PydanticMetricTimeWindow(count=5, granularity='day') -->
<MetricTimeDimensionTransformNode>
<!-- description = "Metric Time Dimension 'ds'" -->
<!-- node_id = NodeId(id_str='sma_28009') -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ test_filename: test_dataflow_plan_builder.py
<ComputeMetricsNode>
<!-- description = 'Compute Metrics via Expressions' -->
<!-- node_id = NodeId(id_str='cm_0') -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='every_two_days_bookers', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- alias='every_2_days_bookers_2_days_ago', -->
<!-- offset_window=PydanticMetricTimeWindow(count=2, granularity=DAY), -->
<!-- ) -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='every_two_days_bookers', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- alias='every_2_days_bookers_2_days_ago', -->
<!-- offset_window=PydanticMetricTimeWindow(count=2, granularity='day'), -->
<!-- ) -->
<AggregateMeasuresNode>
<!-- description = 'Aggregate Measures' -->
<!-- node_id = NodeId(id_str='am_0') -->
Expand All @@ -45,7 +45,7 @@ test_filename: test_dataflow_plan_builder.py
<!-- ) -->
<!-- use_custom_agg_time_dimension = False -->
<!-- join_type = INNER -->
<!-- offset_window = PydanticMetricTimeWindow(count=2, granularity=DAY) -->
<!-- offset_window = PydanticMetricTimeWindow(count=2, granularity='day') -->
<JoinOverTimeRangeNode>
<!-- description = 'Join Self Over Time Range' -->
<!-- node_id = NodeId(id_str='jotr_0') -->
Expand All @@ -56,7 +56,7 @@ test_filename: test_dataflow_plan_builder.py
<!-- time_granularity=ExpandedTimeGranularity(name='day', base_granularity=DAY), -->
<!-- ), -->
<!-- ) -->
<!-- window = PydanticMetricTimeWindow(count=2, granularity=DAY) -->
<!-- window = PydanticMetricTimeWindow(count=2, granularity='day') -->
<MetricTimeDimensionTransformNode>
<!-- description = "Metric Time Dimension 'ds'" -->
<!-- node_id = NodeId(id_str='sma_28009') -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ test_filename: test_dataflow_plan_builder.py
<ComputeMetricsNode>
<!-- description = 'Compute Metrics via Expressions' -->
<!-- node_id = NodeId(id_str='cm_1') -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='bookings_fill_nulls_with_0', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- alias='bookings_2_weeks_ago', -->
<!-- offset_window=PydanticMetricTimeWindow(count=14, granularity=DAY), -->
<!-- ) -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='bookings_fill_nulls_with_0', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- alias='bookings_2_weeks_ago', -->
<!-- offset_window=PydanticMetricTimeWindow(count=14, granularity='day'), -->
<!-- ) -->
<JoinToTimeSpineNode>
<!-- description = 'Join to Time Spine Dataset' -->
<!-- node_id = NodeId(id_str='jts_2') -->
Expand Down Expand Up @@ -107,7 +107,7 @@ test_filename: test_dataflow_plan_builder.py
<!-- ) -->
<!-- use_custom_agg_time_dimension = False -->
<!-- join_type = INNER -->
<!-- offset_window = PydanticMetricTimeWindow(count=14, granularity=DAY) -->
<!-- offset_window = PydanticMetricTimeWindow(count=14, granularity='day') -->
<MetricTimeDimensionTransformNode>
<!-- description = "Metric Time Dimension 'ds'" -->
<!-- node_id = NodeId(id_str='sma_28009') -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ test_filename: test_dataflow_plan_builder.py
<!-- ) -->
<!-- use_custom_agg_time_dimension = False -->
<!-- join_type = INNER -->
<!-- offset_window = PydanticMetricTimeWindow(count=2, granularity=DAY) -->
<!-- offset_window = PydanticMetricTimeWindow(count=2, granularity='day') -->
<ComputeMetricsNode>
<!-- description = 'Compute Metrics via Expressions' -->
<!-- node_id = NodeId(id_str='cm_1') -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='bookings_offset_once', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- offset_window=PydanticMetricTimeWindow(count=2, granularity=DAY), -->
<!-- ) -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='bookings_offset_once', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- offset_window=PydanticMetricTimeWindow(count=2, granularity='day'), -->
<!-- ) -->
<ComputeMetricsNode>
<!-- description = 'Compute Metrics via Expressions' -->
<!-- node_id = NodeId(id_str='cm_0') -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='bookings', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- offset_window=PydanticMetricTimeWindow(count=5, granularity=DAY), -->
<!-- ) -->
<!-- metric_spec = -->
<!-- MetricSpec( -->
<!-- element_name='bookings', -->
<!-- filter_spec_set=WhereFilterSpecSet(), -->
<!-- offset_window=PydanticMetricTimeWindow(count=5, granularity='day'), -->
<!-- ) -->
<AggregateMeasuresNode>
<!-- description = 'Aggregate Measures' -->
<!-- node_id = NodeId(id_str='am_0') -->
Expand All @@ -65,7 +65,7 @@ test_filename: test_dataflow_plan_builder.py
<!-- ) -->
<!-- use_custom_agg_time_dimension = False -->
<!-- join_type = INNER -->
<!-- offset_window = PydanticMetricTimeWindow(count=5, granularity=DAY) -->
<!-- offset_window = PydanticMetricTimeWindow(count=5, granularity='day') -->
<MetricTimeDimensionTransformNode>
<!-- description = "Metric Time Dimension 'ds'" -->
<!-- node_id = NodeId(id_str='sma_28009') -->
Expand Down
Loading

0 comments on commit 250da92

Please sign in to comment.