mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Fix templating in sqla datasource (#4971)
Fix templating in sqla datasource [has migration]
This commit is contained in:
committed by
Maxime Beauchemin
parent
94249ed20c
commit
af4dd59661
@@ -272,6 +272,7 @@ describe('VisualizeModal', () => {
|
||||
schema: 'test_schema',
|
||||
sql: wrapper.instance().props.query.sql,
|
||||
dbId: wrapper.instance().props.query.dbId,
|
||||
templateParams: wrapper.instance().props.templateParams,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user