Skip to content

Commit 9673838

Browse files
authored
fix(clickhouse): add missing default format (#23192)
1 parent d0c54cd commit 9673838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

superset/db_engine_specs/clickhouse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ class ClickHouseParametersSchema(Schema):
225225
"string",
226226
"IPv*",
227227
"string",
228+
"UInt64",
228229
"signed",
229230
"UUID",
230231
"string",

0 commit comments

Comments
 (0)