Skip to content

Commit

Permalink
Snowflake web: Fix logic in users_sessions_this_run to account for sp…
Browse files Browse the repository at this point in the history
…arse data (Close #120)
  • Loading branch information
agnessnowplow committed Feb 18, 2022
1 parent c1dc2bc commit cf83473
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ AS (
ON a.domain_userid = b.domain_userid

WHERE a.start_tstamp >= (SELECT lower_limit FROM {{.scratch_schema}}.users_limits{{.entropy}})
AND a.start_tstamp <= (SELECT upper_limit FROM {{.scratch_schema}}.users_limits{{.entropy}})
);

0 comments on commit cf83473

Please sign in to comment.