feat: Added configuration to SQL Lab results "Explore" button (#10164)

* added configuration to virtual table explore button

* added description to mixin

* fixed unit tests

Co-authored-by: Jason Davis <@dropbox.com>
This commit is contained in:
Jason Davis
2020-06-26 09:54:55 -07:00
committed by GitHub
parent d8314eeb0d
commit 9de9e1c19d
7 changed files with 45 additions and 8 deletions

View File

@@ -49,6 +49,7 @@ class DatabaseApiTests(SupersetTestCase):
"allow_run_async",
"allows_cost_estimate",
"allows_subquery",
"allows_virtual_table_explore",
"backend",
"database_name",
"expose_in_sqllab",