mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: add a command to import dashboards (#11749)
* feat: add a command to import dashboards * Fix lint * Remove print()
This commit is contained in:
@@ -200,6 +200,8 @@ class TestExportDatasetsCommand(SupersetTestCase):
|
||||
"database_uuid",
|
||||
]
|
||||
|
||||
|
||||
class TestImportDatasetsCommand(SupersetTestCase):
|
||||
def test_import_v1_dataset(self):
|
||||
"""Test that we can import a dataset"""
|
||||
contents = {
|
||||
|
||||
Reference in New Issue
Block a user