mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +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:
@@ -279,6 +279,8 @@ class TestExportDatabasesCommand(SupersetTestCase):
|
||||
"version",
|
||||
]
|
||||
|
||||
|
||||
class TestImportDatabasesCommand(SupersetTestCase):
|
||||
def test_import_v1_database(self):
|
||||
"""Test that a database can be imported"""
|
||||
contents = {
|
||||
|
||||
Reference in New Issue
Block a user