Skip to content

Commit

Permalink
fix database import with cancel_query.. extra field (apache#20187) (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Smart-Codi <[email protected]>
  • Loading branch information
rdubois and codemaster08240328 authored Aug 30, 2022
1 parent 97dcceb commit 31e68df
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 @@ -605,6 +605,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 31e68df

Please sign in to comment.