Skip to content

Commit

Permalink
More SQL engine updates for new measure
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Jul 30, 2024
1 parent d00d9b2 commit 0f0c956
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATETIME_TRUNC(users_ds_source_src_28000.ds, day) AS ds__day
, DATETIME_TRUNC(users_ds_source_src_28000.ds, isoweek) AS ds__week
, DATETIME_TRUNC(users_ds_source_src_28000.ds, month) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATETIME_TRUNC(users_ds_source_src_28000.ds, day) AS ds__day
, DATETIME_TRUNC(users_ds_source_src_28000.ds, isoweek) AS ds__week
, DATETIME_TRUNC(users_ds_source_src_28000.ds, month) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATETIME_TRUNC(users_ds_source_src_28000.ds, day) AS ds__day
, DATETIME_TRUNC(users_ds_source_src_28000.ds, isoweek) AS ds__week
, DATETIME_TRUNC(users_ds_source_src_28000.ds, month) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM (
-- Read Elements From Semantic Model 'users_ds_source'
SELECT
1 AS new_users
, 1 AS archived_users
, DATE_TRUNC('day', users_ds_source_src_28000.ds) AS ds__day
, DATE_TRUNC('week', users_ds_source_src_28000.ds) AS ds__week
, DATE_TRUNC('month', users_ds_source_src_28000.ds) AS ds__month
Expand Down

0 comments on commit 0f0c956

Please sign in to comment.