Skip to content

Commit

Permalink
fix database import with cancel_query.. extra field (#20187)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemaster08240328 authored Jun 3, 2022
1 parent f270e49 commit 8097403
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 @@ -624,6 +624,7 @@ def fix_schemas_allowed_for_csv_upload(
schemas_allowed_for_csv_upload = fields.List(fields.String())
cost_estimate_enabled = fields.Boolean()
allows_virtual_table_explore = fields.Boolean(required=False)
cancel_query_on_windows_unload = fields.Boolean(required=False)


class ImportV1DatabaseSchema(Schema):
Expand Down

0 comments on commit 8097403

Please sign in to comment.