Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 26, 2024
1 parent 6443ad1 commit 4baf066
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ---
# name: TestLifecycleQueryRunner.test_cohort_filter.1
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ---
# name: TestTrends.test_action_filtering_with_cohort.1
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand All @@ -31,7 +31,7 @@
# ---
# name: TestTrends.test_action_filtering_with_cohort.3
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand Down Expand Up @@ -110,7 +110,7 @@
# ---
# name: TestTrends.test_action_filtering_with_cohort_poe_v2.1
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand All @@ -130,7 +130,7 @@
# ---
# name: TestTrends.test_action_filtering_with_cohort_poe_v2.3
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand Down Expand Up @@ -588,7 +588,7 @@
# ---
# name: TestTrends.test_breakdown_weekly_active_users_daily_based_on_action.1
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand Down Expand Up @@ -1001,7 +1001,7 @@
# ---
# name: TestTrends.test_filter_events_by_precalculated_cohort.1
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand All @@ -1021,7 +1021,7 @@
# ---
# name: TestTrends.test_filter_events_by_precalculated_cohort.3
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand Down Expand Up @@ -1085,7 +1085,7 @@
# ---
# name: TestTrends.test_filter_events_by_precalculated_cohort_poe_v2.1
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand All @@ -1105,7 +1105,7 @@
# ---
# name: TestTrends.test_filter_events_by_precalculated_cohort_poe_v2.3
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand Down Expand Up @@ -1480,7 +1480,7 @@
# ---
# name: TestTrends.test_person_filtering_in_cohort_in_action.1
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand Down Expand Up @@ -1577,7 +1577,7 @@
# ---
# name: TestTrends.test_person_filtering_in_cohort_in_action_poe_v2.1
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
# ---
# name: TestFOSSFunnel.test_funnel_with_precalculated_cohort_step_filter.1
'''

/* cohort_calculation: */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand Down

0 comments on commit 4baf066

Please sign in to comment.