mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat(sqllab): save query parameters in database (#21682)
This commit is contained in:
@@ -682,17 +682,15 @@ export const initialState = {
|
||||
};
|
||||
|
||||
export const query = {
|
||||
id: 'clientId2353',
|
||||
name: 'test query',
|
||||
dbId: 1,
|
||||
sql: 'SELECT * FROM something',
|
||||
sqlEditorId: defaultQueryEditor.id,
|
||||
tab: 'unimportant',
|
||||
tempTable: null,
|
||||
runAsync: false,
|
||||
ctas: false,
|
||||
cached: false,
|
||||
description: 'test description',
|
||||
schema: 'test schema',
|
||||
};
|
||||
|
||||
export const queryId = 'clientId2353';
|
||||
|
||||
export const testQuery: ISaveableDatasource = {
|
||||
name: 'unimportant',
|
||||
dbId: 1,
|
||||
|
||||
Reference in New Issue
Block a user