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 Feb 20, 2024
1 parent 4ef5178 commit 9257401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posthog/clickhouse/test/__snapshots__/test_schema.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
category LowCardinality(String),
job_id String,
successes SimpleAggregateFunction(sum, Int64),
successes_on_retry SimpleAggregateFunction(sum, Int64),
skips SimpleAggregateFunction(sum, Int64),
failures SimpleAggregateFunction(sum, Int64),
error_uuid UUID,
error_type String,
Expand Down Expand Up @@ -1579,7 +1579,7 @@
category LowCardinality(String),
job_id String,
successes SimpleAggregateFunction(sum, Int64),
successes_on_retry SimpleAggregateFunction(sum, Int64),
skips SimpleAggregateFunction(sum, Int64),
failures SimpleAggregateFunction(sum, Int64),
error_uuid UUID,
error_type String,
Expand Down Expand Up @@ -2281,7 +2281,7 @@
category LowCardinality(String),
job_id String,
successes SimpleAggregateFunction(sum, Int64),
successes_on_retry SimpleAggregateFunction(sum, Int64),
skips SimpleAggregateFunction(sum, Int64),
failures SimpleAggregateFunction(sum, Int64),
error_uuid UUID,
error_type String,
Expand Down

0 comments on commit 9257401

Please sign in to comment.