Skip to content

Commit

Permalink
feat(clickhouse): Enable 23.3 (#4566)
Browse files Browse the repository at this point in the history
We are going to put group-attributes on 23.3 and start building
support for this version
  • Loading branch information
lynnagara authored Jul 26, 2023
1 parent 3f7b490 commit ae4c8b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snuba/migrations/clickhouse.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
CLICKHOUSE_SERVER_MIN_VERSION = "20.3.5.21"
CLICKHOUSE_SERVER_MAX_VERSION = "21.8.13.1"
# Note only versions up to 21.8.13.1 are currently supported,
# 23.3.8.22 is enabled for testing purposes in a minimal number of
# datasets
CLICKHOUSE_SERVER_MAX_VERSION = "23.3.8.22"

0 comments on commit ae4c8b3

Please sign in to comment.