Skip to content

Commit 8eeda5f

Browse files
committed
comma
1 parent ffb38e6 commit 8eeda5f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

models/analytics/google_analytics_events.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ WITH data as (
4848
GROUP BY 1,2,3,4 {% for n in range(5, 5 + eventDimensionsUnnestedCount) -%} ,{{ n }} {%- endfor %}
4949
)
5050
SELECT event_date
51-
, project_id,
51+
, project_id
5252
, dataset_id
5353
, install_age_group
5454
, {{ ta_firebase.pack_minicolumns_into_structs_for_select(columnsForEventDimensions, miniColumnsToIgnoreInGroupBy, "", "") }}

models/analytics/google_analytics_events_count_raw.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
SELECT
1515
event_date
16-
project_id,
17-
dataset_id,
16+
,project_id
17+
,dataset_id
1818
,platform
1919
,user_id
2020
,sum(if(event_name = 'user_engagement',1,0)) as user_engagement

0 commit comments

Comments
 (0)