Skip to content

Commit

Permalink
Update snapshots following the change to OrderBySpec.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Sep 25, 2023
1 parent 5a631f0 commit 94365bd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@
<OrderByLimitNode>
<!-- description = Order By ['listing__country_latest'] Limit 100 -->
<!-- node_id = obl_0 -->
<!-- order_by_spec = -->
<!-- {'class': 'OrderBySpec', -->
<!-- 'descending': False, -->
<!-- 'metric_spec': None, -->
<!-- 'dimension_spec': {'class': 'DimensionSpec', -->
<!-- 'element_name': 'country_latest', -->
<!-- 'entity_links': ({'class': 'EntityReference', -->
<!-- 'element_name': 'listing'},)}, -->
<!-- 'time_dimension_spec': None, -->
<!-- 'entity_spec': None} -->
<!-- order_by_spec = -->
<!-- {'class': 'OrderBySpec', -->
<!-- 'instance_spec': {'class': 'DimensionSpec', -->
<!-- 'element_name': 'country_latest', -->
<!-- 'entity_links': ({'class': 'EntityReference', -->
<!-- 'element_name': 'listing'},)}, -->
<!-- 'descending': False} -->
<!-- limit = 100 -->
<FilterElementsNode>
<!-- description = -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,24 @@
<OrderByLimitNode>
<!-- description = Order By ['metric_time__day', 'bookings'] -->
<!-- node_id = obl_0 -->
<!-- order_by_spec = -->
<!-- {'class': 'OrderBySpec', -->
<!-- 'descending': False, -->
<!-- 'metric_spec': None, -->
<!-- 'dimension_spec': None, -->
<!-- 'time_dimension_spec': {'class': 'TimeDimensionSpec', -->
<!-- 'element_name': 'metric_time', -->
<!-- 'entity_links': (), -->
<!-- 'time_granularity': TimeGranularity.DAY, -->
<!-- 'date_part': None, -->
<!-- 'aggregation_state': None}, -->
<!-- 'entity_spec': None} -->
<!-- order_by_spec = -->
<!-- {'class': 'OrderBySpec', -->
<!-- 'descending': True, -->
<!-- 'metric_spec': {'class': 'MetricSpec', -->
<!-- 'element_name': 'bookings', -->
<!-- 'constraint': None, -->
<!-- 'alias': None, -->
<!-- 'offset_window': None, -->
<!-- 'offset_to_grain': None}, -->
<!-- 'dimension_spec': None, -->
<!-- 'time_dimension_spec': None, -->
<!-- 'entity_spec': None} -->
<!-- order_by_spec = -->
<!-- {'class': 'OrderBySpec', -->
<!-- 'instance_spec': {'class': 'TimeDimensionSpec', -->
<!-- 'element_name': 'metric_time', -->
<!-- 'entity_links': (), -->
<!-- 'time_granularity': TimeGranularity.DAY, -->
<!-- 'date_part': None, -->
<!-- 'aggregation_state': None}, -->
<!-- 'descending': False} -->
<!-- order_by_spec = -->
<!-- {'class': 'OrderBySpec', -->
<!-- 'instance_spec': {'class': 'MetricSpec', -->
<!-- 'element_name': 'bookings', -->
<!-- 'constraint': None, -->
<!-- 'alias': None, -->
<!-- 'offset_window': None, -->
<!-- 'offset_to_grain': None}, -->
<!-- 'descending': True} -->
<!-- limit = None -->
<ComputeMetricsNode>
<!-- description = Compute Metrics via Expressions -->
Expand Down

0 comments on commit 94365bd

Please sign in to comment.