snowplow / dbt-snowplow-utils

Snowplow utility functions to be used in conjunction with the snowplow-web dbt package.
Other
12 stars 6 forks source link

Add max clause around user identifier custom sql #162

Closed rlh1994 closed 7 months ago

rlh1994 commented 7 months ago

Description & motivation

It's possible a user could provide a non-unique user identifier for a session via custom sql, this ensures we take the max as we do with non-custom sql

Checklist