Skip to content

Commit

Permalink
Update snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jan 22, 2025
1 parent aa36cde commit 160edbc
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ FROM (
-- Read From CTE For node_id=sma_28019
SELECT
metric_time__day
, sma_28019_cte.user
, visits
FROM sma_28019_cte sma_28019_cte
) subq_18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ FROM (
-- Read From CTE For node_id=sma_28019
SELECT
metric_time__day
, sma_28019_cte.user
, visit__referrer_id
, visits
FROM sma_28019_cte sma_28019_cte
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ FROM (
-- Read From CTE For node_id=sma_28019
SELECT
metric_time__day
, sma_28019_cte.user
, visits
FROM sma_28019_cte sma_28019_cte
) subq_18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ FROM (
FROM (
-- Read From CTE For node_id=sma_28019
SELECT
metric_time__day
, sma_28019_cte.user
, visit__referrer_id
visit__referrer_id
, visits
FROM sma_28019_cte sma_28019_cte
) subq_18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ FROM (
FROM (
-- Read From CTE For node_id=ctr_0
SELECT
metric_time__day
, ctr_0_cte.user
, visit__referrer_id
visit__referrer_id
, visits
FROM ctr_0_cte ctr_0_cte
) subq_21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ FROM (
-- Read From CTE For node_id=sma_28019
SELECT
metric_time__day
, sma_28019_cte.user
, visits
FROM sma_28019_cte sma_28019_cte
) subq_18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ FROM (
-- Read From CTE For node_id=ctr_0
SELECT
metric_time__day
, ctr_0_cte.user
, visit__referrer_id
, visits
FROM ctr_0_cte ctr_0_cte
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ FROM (
SELECT
metric_time__day
, metric_time__month
, booking_value
, bookers
FROM sma_28009_cte sma_28009_cte
) subq_27
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ FROM (
-- Read From CTE For node_id=sma_28009
SELECT
guest
, booking_value
, bookers
FROM sma_28009_cte sma_28009_cte
) subq_13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ FROM (
SELECT
metric_time__day
, booking__is_instant
, max_booking_value
, average_booking_value
FROM sma_28009_cte sma_28009_cte
) subq_13
Expand Down

0 comments on commit 160edbc

Please sign in to comment.