Skip to content

Commit

Permalink
Update onboarding-set-up-checklist-windows.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkberry authored Nov 22, 2024
1 parent 0d6a8f4 commit f93bd89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jetstream/onboarding-set-up-checklist-windows.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ window_end = 7

[data_sources]
[data_sources.exposure_events]
from_expression = """
from_expression = """(
SELECT
client_id,
`mozfun.map.get_key`(event_map_values, 'branchSlug') AS branch,
Expand All @@ -25,4 +25,5 @@ from_expression = """
AND (event_method = 'exposure' OR event_method = 'expose')
AND submission_date >= '2024-11-14'
AND event_string_value = 'onboarding-set-up-checklist-windows'
)
"""

0 comments on commit f93bd89

Please sign in to comment.