mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
[sql lab] preserve schema through visualize flow (#4742)
* [sql lab] preserve schema through visualize flow https://github.com/apache/incubator-superset/pull/4696 got tangled into refactoring views out of views/core.py and onto views/sql_lab.py This is the same PR without the refactoring. * Fix lint
This commit is contained in:
committed by
GitHub
parent
9a79d33e0d
commit
3b7e0a951a
@@ -269,6 +269,7 @@ describe('VisualizeModal', () => {
|
||||
chartType: wrapper.state().chartType.value,
|
||||
datasourceName: wrapper.state().datasourceName,
|
||||
columns: wrapper.state().columns,
|
||||
schema: 'test_schema',
|
||||
sql: wrapper.instance().props.query.sql,
|
||||
dbId: wrapper.instance().props.query.dbId,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user