Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Timoteo committed Sep 20, 2023
1 parent cfa620c commit 87248c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sql/procedure/user_session_event_aggregated_metrics.sqlx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ SET end_date = DATE_SUB(end_date, INTERVAL 1 DAY);
AND D.device_os IS NOT NULL
);

INSERT INTO {{project_id}}.{{dataset}}.{{insert_table}}`
INSERT INTO `{{project_id}}.{{dataset}}.{{insert_table}}`
SELECT
CURRENT_TIMESTAMP() AS processed_timestamp,
EUD.feature_date,
Expand Down
1 change: 0 additions & 1 deletion sql/query/invoke_backfill_user_lifetime_dimensions.sqlx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ CREATE OR REPLACE TEMP TABLE user_dimensions_event_session_scoped as (
WHERE E.event_date BETWEEN DI.end_date AND DI.input_date
AND ga_session_id IS NOT NULL
AND D.device_os IS NOT NULL
GROUP BY user_pseudo_id, feature_date
);

-- All users in the platform
Expand Down

0 comments on commit 87248c9

Please sign in to comment.