Skip to content

Commit

Permalink
fix(clickhouse): add missing default format (#23192)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9673838)
  • Loading branch information
villebro authored and Lily Kuang committed Mar 8, 2023
1 parent 76c9f34 commit cec5c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/db_engine_specs/clickhouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ class ClickHouseParametersSchema(Schema):
"string",
"IPv*",
"string",
"UInt64",
"signed",
"UUID",
"string",
Expand Down

0 comments on commit cec5c45

Please sign in to comment.