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 Jul 2, 2024
1 parent 24ced20 commit e713a16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ee/clickhouse/models/test/__snapshots__/test_cohort.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
WHERE team_id = 2
AND cohort_id = 2
AND version < 0
AND sign = 1
AND sign = 1 SETTINGS optimize_aggregation_in_order = 1
'''
# ---
# name: TestCohort.test_cohortpeople_with_not_in_cohort_operator
Expand Down Expand Up @@ -66,7 +66,7 @@
WHERE team_id = 2
AND cohort_id = 2
AND version < 0
AND sign = 1
AND sign = 1 SETTINGS optimize_aggregation_in_order = 1
'''
# ---
# name: TestCohort.test_cohortpeople_with_not_in_cohort_operator.1
Expand Down Expand Up @@ -126,7 +126,7 @@
WHERE team_id = 2
AND cohort_id = 2
AND version < 0
AND sign = 1
AND sign = 1 SETTINGS optimize_aggregation_in_order = 1
'''
# ---
# name: TestCohort.test_cohortpeople_with_not_in_cohort_operator_and_no_precalculation
Expand Down Expand Up @@ -222,7 +222,7 @@
WHERE team_id = 2
AND cohort_id = 2
AND version < 0
AND sign = 1
AND sign = 1 SETTINGS optimize_aggregation_in_order = 1
'''
# ---
# name: TestCohort.test_cohortpeople_with_not_in_cohort_operator_for_behavioural_cohorts.1
Expand Down Expand Up @@ -268,7 +268,7 @@
WHERE team_id = 2
AND cohort_id = 2
AND version < 0
AND sign = 1
AND sign = 1 SETTINGS optimize_aggregation_in_order = 1
'''
# ---
# name: TestCohort.test_static_cohort_precalculated
Expand Down

0 comments on commit e713a16

Please sign in to comment.