Skip to content

Commit

Permalink
Merge branch 'relative-flow-fix' of github.com:PostHog/posthog into r…
Browse files Browse the repository at this point in the history
…elative-flow-fix
  • Loading branch information
neilkakkar committed Jan 26, 2024
2 parents 97390e7 + 2c7702d commit f515968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion posthog/api/test/__snapshots__/test_feature_flag.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@
# ---
# name: TestFeatureFlag.test_creating_static_cohort.14
'''
/* user_id:34 celery:posthog.tasks.calculate_cohort.insert_cohort_from_feature_flag */
/* user_id:194 celery:posthog.tasks.calculate_cohort.insert_cohort_from_feature_flag */
SELECT count(DISTINCT person_id)
FROM person_static_cohort
WHERE team_id = 2
Expand Down
4 changes: 2 additions & 2 deletions posthog/models/filters/test/__snapshots__/test_filter.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
INNER JOIN "posthog_persondistinctid" ON ("posthog_person"."id" = "posthog_persondistinctid"."person_id")
WHERE ("posthog_persondistinctid"."distinct_id" = 'example_id'
AND "posthog_person"."team_id" = 2
AND "posthog_person"."id" = -1)
AND ("posthog_person"."properties" -> 'created_at') > '["2m", "3d"]')
LIMIT 1
'''
# ---
Expand All @@ -370,7 +370,7 @@
INNER JOIN "posthog_persondistinctid" ON ("posthog_person"."id" = "posthog_persondistinctid"."person_id")
WHERE ("posthog_persondistinctid"."distinct_id" = 'example_id'
AND "posthog_person"."team_id" = 2
AND "posthog_person"."id" = -1)
AND ("posthog_person"."properties" -> 'created_at') > '"bazinga"')
LIMIT 1
'''
# ---
Expand Down

0 comments on commit f515968

Please sign in to comment.