Skip to content

Commit

Permalink
fix database import error
Browse files Browse the repository at this point in the history
  • Loading branch information
codemaster08240328 committed Mar 5, 2022
1 parent 299b5dc commit 92b8431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/databases/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ def fix_schemas_allowed_for_csv_upload(
metadata_cache_timeout = fields.Dict(keys=fields.Str(), values=fields.Integer())
schemas_allowed_for_csv_upload = fields.List(fields.String())
cost_estimate_enabled = fields.Boolean()
allows_virtual_table_explore = fields.Boolean(required=False)


class ImportV1DatabaseSchema(Schema):
Expand Down

0 comments on commit 92b8431

Please sign in to comment.