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

@@ -37,6 +37,7 @@ describe('ResultSet', () => {
cache: true,
query: queries[0],
height: 0,
database: { allows_virtual_table_explore: true },
};
const stoppedQueryProps = { ...mockedProps, query: stoppedQuery };
const runningQueryProps = { ...mockedProps, query: runningQuery };