mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
feat(explore): Integrate dataset panel with Folders feature (#33104)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a5a91d5e48
commit
7b9ebbe735
@@ -51,7 +51,10 @@ describe('controlUtils', () => {
|
||||
id: 1,
|
||||
type: DatasourceType.Table,
|
||||
columns: [{ column_name: 'a' }],
|
||||
metrics: [{ metric_name: 'first' }, { metric_name: 'second' }],
|
||||
metrics: [
|
||||
{ metric_name: 'first', uuid: '1' },
|
||||
{ metric_name: 'second', uuid: '2' },
|
||||
],
|
||||
column_formats: {},
|
||||
currency_formats: {},
|
||||
verbose_map: {},
|
||||
|
||||
@@ -33,7 +33,7 @@ const sampleDatasource: Dataset = {
|
||||
{ column_name: 'sample_column_3' },
|
||||
{ column_name: 'sample_column_4' },
|
||||
],
|
||||
metrics: [{ metric_name: 'saved_metric_2' }],
|
||||
metrics: [{ metric_name: 'saved_metric_2', uuid: '1' }],
|
||||
column_formats: {},
|
||||
currency_formats: {},
|
||||
verbose_map: {},
|
||||
|
||||
Reference in New Issue
Block a user