mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix database import error (#19037)
This commit is contained in:
@@ -585,6 +585,7 @@ class ImportV1DatabaseExtraSchema(Schema):
|
|||||||
metadata_cache_timeout = fields.Dict(keys=fields.Str(), values=fields.Integer())
|
metadata_cache_timeout = fields.Dict(keys=fields.Str(), values=fields.Integer())
|
||||||
schemas_allowed_for_csv_upload = fields.List(fields.String())
|
schemas_allowed_for_csv_upload = fields.List(fields.String())
|
||||||
cost_estimate_enabled = fields.Boolean()
|
cost_estimate_enabled = fields.Boolean()
|
||||||
|
allows_virtual_table_explore = fields.Boolean(required=False)
|
||||||
|
|
||||||
|
|
||||||
class ImportV1DatabaseSchema(Schema):
|
class ImportV1DatabaseSchema(Schema):
|
||||||
|
|||||||
Reference in New Issue
Block a user