mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: specify VARCHAR size when loading examples (#12186)
This commit is contained in:
@@ -37,8 +37,8 @@ JSON_KEYS = {"params", "template_params", "extra"}
|
||||
|
||||
|
||||
type_map = {
|
||||
"VARCHAR": String(),
|
||||
"STRING": String(),
|
||||
"VARCHAR": String(255),
|
||||
"STRING": String(255),
|
||||
"TEXT": Text(),
|
||||
"BIGINT": BigInteger(),
|
||||
"FLOAT": Float(),
|
||||
|
||||
Reference in New Issue
Block a user