Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Sep 24, 2024
1 parent ed2b253 commit f2a07f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/models/raw_sessions/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def source_nullable_float_column(column_name: str) -> str:
false as maybe_has_session_replay,
-- perf
uniqUpToState(1)(if(event='$pageview' OR event='$screen' OR event='$autocapture', CAST(uuid AS Nullable(UUID), NULL)) as page_screen_autocapture_uniq_up_to,
uniqUpToState(1)(if(event='$pageview' OR event='$screen' OR event='$autocapture', CAST(uuid AS Nullable(UUID)), NULL)) as page_screen_autocapture_uniq_up_to,
-- web vitals
argMinState({vitals_lcp}, timestamp) as vitals_lcp
Expand Down

0 comments on commit f2a07f1

Please sign in to comment.