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 5, 2023
1 parent e9bf01f commit 70aec9a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions posthog/clickhouse/test/__snapshots__/test_schema.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,17 @@

'
---
# name: test_create_table_query[ga4_channel_definition]
'

CREATE TABLE IF NOT EXISTS ga4_channel_definition ON CLUSTER posthog (
domain String,
type String
) ENGINE = MergeTree()
ORDER BY domain;

'
---
# name: test_create_table_query[groups]
'

Expand Down Expand Up @@ -1933,6 +1944,17 @@

'
---
# name: test_create_table_query_replicated_and_storage[ga4_channel_definition]
'

CREATE TABLE IF NOT EXISTS ga4_channel_definition ON CLUSTER posthog (
domain String,
type String
) ENGINE = MergeTree()
ORDER BY domain;

'
---
# name: test_create_table_query_replicated_and_storage[groups]
'

Expand Down

0 comments on commit 70aec9a

Please sign in to comment.