fix database import error (#19037)

This commit is contained in:
Smart-Codi 2022-03-10 04:23:13 +00:00 committed by GitHub
parent a21d8a0bf4
commit e97cdba092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -585,6 +585,7 @@ class ImportV1DatabaseExtraSchema(Schema):
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):