Skip to content

Commit

Permalink
fix(clickhouse): add missing default format
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Feb 24, 2023
1 parent d0c54cd commit b8bd6d5
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 b8bd6d5

Please sign in to comment.