Skip to content

Commit

Permalink
Update snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Oct 15, 2024
1 parent 3bf13b8 commit 5939f8c
Show file tree
Hide file tree
Showing 28 changed files with 148 additions and 148 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!-- where_condition = -->
<!-- WhereFilterSpec( -->
<!-- where_sql="listing__country_latest = 'us'", -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!-- where_condition = -->
<!-- WhereFilterSpec( -->
<!-- where_sql="listing__country_latest = 'us'", -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- filter_specs=( -->
<!-- WhereFilterSpec( -->
<!-- where_sql="metric_time__day = '2020-01-01'", -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down Expand Up @@ -58,7 +58,7 @@
<!-- where_condition = -->
<!-- WhereFilterSpec( -->
<!-- where_sql="metric_time__day = '2020-01-01'", -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down Expand Up @@ -121,7 +121,7 @@
<!-- where_condition = -->
<!-- WhereFilterSpec( -->
<!-- where_sql="metric_time__day = '2020-01-01'", -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- filter_specs=( -->
<!-- WhereFilterSpec( -->
<!-- where_sql='listing__is_lux_latest', -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down Expand Up @@ -85,7 +85,7 @@
<!-- where_condition = -->
<!-- WhereFilterSpec( -->
<!-- where_sql='listing__is_lux_latest', -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down Expand Up @@ -218,7 +218,7 @@
<!-- filter_specs=( -->
<!-- WhereFilterSpec( -->
<!-- where_sql='listing__is_lux_latest', -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down Expand Up @@ -285,7 +285,7 @@
<!-- where_condition = -->
<!-- WhereFilterSpec( -->
<!-- where_sql='listing__is_lux_latest', -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- filter_specs=( -->
<!-- WhereFilterSpec( -->
<!-- where_sql='booking__is_instant', -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down Expand Up @@ -76,7 +76,7 @@
<!-- where_condition = -->
<!-- WhereFilterSpec( -->
<!-- where_sql='booking__is_instant', -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_element_unions=( -->
<!-- LinkableElementUnion( -->
<!-- linkable_dimension=LinkableDimension( -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
<WhereConstraintNode>
<!-- description = 'Constrain Output with WHERE' -->
<!-- node_id = NodeId(id_str='wcc_0') -->
<!-- where_condition = -->
<!-- WhereFilterSpec( -->
<!-- where_sql='listing__bookings > 2', -->
<!-- bind_parameters=SqlBindParameters(), -->
<!-- linkable_spec_set=LinkableSpecSet( -->
<!-- group_by_metric_specs=( -->
<!-- GroupByMetricSpec( -->
<!-- element_name='bookings', -->
<!-- entity_links=( -->
<!-- EntityReference( -->
<!-- element_name='listing', -->
<!-- ), -->
<!-- ), -->
<!-- metric_subquery_entity_links=( -->
<!-- EntityReference( -->
<!-- element_name='listing', -->
<!-- ), -->
<!-- ), -->
<!-- ), -->
<!-- ), -->
<!-- ), -->
<!-- ) -->
<!-- where_condition = -->
<!-- WhereFilterSpec( -->
<!-- where_sql='listing__bookings > 2', -->
<!-- bind_parameters=SqlBindParameterSet(), -->
<!-- linkable_spec_set=LinkableSpecSet( -->
<!-- group_by_metric_specs=( -->
<!-- GroupByMetricSpec( -->
<!-- element_name='bookings', -->
<!-- entity_links=( -->
<!-- EntityReference( -->
<!-- element_name='listing', -->
<!-- ), -->
<!-- ), -->
<!-- metric_subquery_entity_links=( -->
<!-- EntityReference( -->
<!-- element_name='listing', -->
<!-- ), -->
<!-- ), -->
<!-- ), -->
<!-- ), -->
<!-- ), -->
<!-- ) -->
<FilterElementsNode>
<!-- description = "Pass Only Elements: ['listings', 'listing__bookings']" -->
<!-- node_id = NodeId(id_str='pfe_3') -->
Expand Down
Loading

0 comments on commit 5939f8c

Please sign in to comment.