Skip to content

Commit

Permalink
update inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EvavW committed Aug 22, 2024
1 parent 4eb093c commit 0fe5bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/staging/stg_ga4__events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include_session_partition_key as (
CONCAT(session_key, CAST(event_date_dt as STRING)) as session_partition_key
from include_session_key
),
-- Add unique key for events. Potential to not be unique if session_key is null and uniqueness depends on differentiation by that value.
-- Add unique key for events. Potential to not be unique if client_key or session_id is null and uniqueness depends on differentiation by that value.
include_event_key as (
select
*,
Expand Down

0 comments on commit 0fe5bc2

Please sign in to comment.