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:
Beto Dealmeida
2019-09-17 09:09:40 -07:00
committed by GitHub
parent b9be01fcd8
commit 8847e10529
14 changed files with 408 additions and 1 deletions

View File

@@ -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