mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
feat: estimate query cost in Postgres (#12130)
* feat: estimate query cost in Postgres * Add example in config * Fix lint
This commit is contained in:
@@ -418,6 +418,7 @@ class ImportV1DatabaseExtraSchema(Schema):
|
||||
engine_params = fields.Dict(keys=fields.Str(), values=fields.Raw())
|
||||
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()
|
||||
|
||||
|
||||
class ImportV1DatabaseSchema(Schema):
|
||||
|
||||
Reference in New Issue
Block a user