Skip to content

Commit

Permalink
prefix models with snowplow_
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Banin committed Oct 30, 2016
1 parent 8f082bc commit 45b4813
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/events/snowplow_enriched_events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ WITH events AS (

FROM {{ var('events_table') }} as e

LEFT JOIN {{ ref('id_map') }} AS u ON u.domain_userid = e.domain_userid
LEFT JOIN {{ ref('snowplow_id_map') }} AS u ON u.domain_userid = e.domain_userid

WHERE e.domain_userid != '' -- do not aggregate missing values
AND e.domain_userid IS NOT NULL -- do not aggregate NULL
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 45b4813

Please sign in to comment.