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 Dec 14, 2023
1 parent 97fee96 commit c58fd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posthog/hogql/test/__snapshots__/test_query.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@
FROM (
SELECT count(*) AS count, event
FROM events
WHERE equals(properties.random_uuid, '016f8cc0-2400-0000-1629-f24aa91a0c4d')
WHERE equals(properties.random_uuid, '016f8cc0-2400-0000-ed3a-4b1b5545c6e3')
GROUP BY event) AS c
GROUP BY count, event
LIMIT 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
WHERE equals(cohort_id, 1)
GROUP BY person_id, cohort_id, version
HAVING greater(sum(sign), 0)) AS in_cohort__1 ON equals(in_cohort__1.person_id, person_id)
WHERE and(equals(in_cohort__1.matched, 1), equals(event, '018c6aae-5939-0000-be5f-2681f7b51578'))
WHERE and(equals(in_cohort__1.matched, 1), equals(event, '018c6ab9-9eb5-0000-e759-806ab047501e'))
LIMIT 100
'
---
Expand Down

0 comments on commit c58fd85

Please sign in to comment.