Skip to content

Commit

Permalink
Update cltv_query_template.sqlx
Browse files Browse the repository at this point in the history
  • Loading branch information
chmstimoteo authored Dec 6, 2023
1 parent 3646714 commit 90284a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/query/cltv_query_template.sqlx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ SELECT * EXCEPT(user_pseudo_id, processed_timestamp),
user_pseudo_id AS client_id,
EXTRACT(DATE FROM processed_timestamp AT TIME ZONE 'UTC') AS inference_date
FROM `{{source_table}}`
WHERE active_users_past_1_30_day > 0
WHERE prediction > 0
ORDER BY prediction DESC
LIMIT 1000
LIMIT 1000

0 comments on commit 90284a3

Please sign in to comment.