diff --git a/posthog/hogql_queries/insights/test/__snapshots__/test_lifecycle_query_runner.ambr b/posthog/hogql_queries/insights/test/__snapshots__/test_lifecycle_query_runner.ambr index 879021d448e4d..cc062aa3bb227 100644 --- a/posthog/hogql_queries/insights/test/__snapshots__/test_lifecycle_query_runner.ambr +++ b/posthog/hogql_queries/insights/test/__snapshots__/test_lifecycle_query_runner.ambr @@ -11,7 +11,7 @@ # --- # name: TestLifecycleQueryRunner.test_cohort_filter.1 ''' - + /* cohort_calculation: */ SELECT count(DISTINCT person_id) FROM cohortpeople WHERE team_id = 2 diff --git a/posthog/hogql_queries/insights/trends/test/__snapshots__/test_trends.ambr b/posthog/hogql_queries/insights/trends/test/__snapshots__/test_trends.ambr index e2ec22fb9fb1c..b3cf406a4f827 100644 --- a/posthog/hogql_queries/insights/trends/test/__snapshots__/test_trends.ambr +++ b/posthog/hogql_queries/insights/trends/test/__snapshots__/test_trends.ambr @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/posthog/queries/funnels/test/__snapshots__/test_funnel.ambr b/posthog/queries/funnels/test/__snapshots__/test_funnel.ambr index 00feb9c76fb47..88bbcf2e4efcf 100644 --- a/posthog/queries/funnels/test/__snapshots__/test_funnel.ambr +++ b/posthog/queries/funnels/test/__snapshots__/test_funnel.ambr @@ -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