Skip to content

Commit ee2f32a

Browse files
committed
Update crashlytics_events_raw.sql
1 parent caa0295 commit ee2f32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/crashlytics/crashlytics_events_raw.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@
178178

179179
FROM {{ source('firebase_crashlytics__' ~ pid, 'events') }}
180180
WHERE {{ ta_firebase.crashlyticsTSFilterFor("event_timestamp") }}
181-
181+
QUALIFY ROW_NUMBER() OVER (PARTITION BY crashlytics_user_pseudo_id, event_id, variant_id ORDER BY received_ts) = 1
182182
{% endif %}
183-
QUALIFY ROW_NUMBER() OVER (PARTITION BY crashlytics_user_pseudo_id, event_id, variant_id ORDER BY received_ts) = 1
183+
184184
{% endfor %}
185185
{% endif %}
186186
)

0 commit comments

Comments
 (0)