mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
feat: dataset folders (backend) (#32520)
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
This commit is contained in:
@@ -171,6 +171,7 @@ class TestExportDatasetsCommand(SupersetTestCase):
|
||||
"warning_text": None,
|
||||
},
|
||||
],
|
||||
"folders": None,
|
||||
"normalize_columns": False,
|
||||
"always_filter_main_dttm": False,
|
||||
"offset": 0,
|
||||
@@ -235,6 +236,7 @@ class TestExportDatasetsCommand(SupersetTestCase):
|
||||
"extra",
|
||||
"normalize_columns",
|
||||
"always_filter_main_dttm",
|
||||
"folders",
|
||||
"uuid",
|
||||
"metrics",
|
||||
"columns",
|
||||
|
||||
Reference in New Issue
Block a user