mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: Refactor ExploreMixin to power both Datasets (SqlaTable) and Query models (#22853)
This commit is contained in:
@@ -692,17 +692,17 @@ export const testQuery: ISaveableDatasource = {
|
||||
sql: 'SELECT *',
|
||||
columns: [
|
||||
{
|
||||
name: 'Column 1',
|
||||
column_name: 'Column 1',
|
||||
type: DatasourceType.Query,
|
||||
is_dttm: false,
|
||||
},
|
||||
{
|
||||
name: 'Column 3',
|
||||
column_name: 'Column 3',
|
||||
type: DatasourceType.Query,
|
||||
is_dttm: false,
|
||||
},
|
||||
{
|
||||
name: 'Column 2',
|
||||
column_name: 'Column 2',
|
||||
type: DatasourceType.Query,
|
||||
is_dttm: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user