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 86e98f9 commit fa70e10
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions posthog/clickhouse/test/__snapshots__/test_schema.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,20 @@

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

CREATE TABLE IF NOT EXISTS channel_definition ON CLUSTER 'posthog' (
domain String NOT NULL,
kind String NOT NULL,
domain_type String NULL,
type_if_paid String NULL,
type_if_organic String NULL
) ENGINE = ReplicatedMergeTree('/clickhouse/tables/77f1df52-4b43-11e9-910f-b8ca3a9b9f3e_noshard/posthog.channel_definition', '{replica}-{shard}')
ORDER BY (domain, kind);

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

Expand Down Expand Up @@ -1882,6 +1896,20 @@

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

CREATE TABLE IF NOT EXISTS channel_definition ON CLUSTER 'posthog' (
domain String NOT NULL,
kind String NOT NULL,
domain_type String NULL,
type_if_paid String NULL,
type_if_organic String NULL
) ENGINE = ReplicatedMergeTree('/clickhouse/tables/77f1df52-4b43-11e9-910f-b8ca3a9b9f3e_noshard/posthog.channel_definition', '{replica}-{shard}')
ORDER BY (domain, kind);

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

Expand Down

0 comments on commit fa70e10

Please sign in to comment.