mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Allow users to estimate query cost before executing it (#8172)
* WIP * Basic functionality working * Enable per DB * Show error message * Small improvements * Fix lint * Address comments * Address comments * Remove logging, fix exception * Fix tests * Bump FAB requirements
This commit is contained in:
@@ -48,6 +48,7 @@ class DatabaseRestApi(DatabaseMixin, ModelRestApi):
|
||||
"allow_multi_schema_metadata_fetch",
|
||||
"allow_csv_upload",
|
||||
"allows_subquery",
|
||||
"allows_cost_estimate",
|
||||
"backend",
|
||||
]
|
||||
# Removes the local limit for the page size
|
||||
|
||||
Reference in New Issue
Block a user