mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
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:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user