-
- Downloads
feat(tags): Export and Import Functionality for Superset Dashboards and Charts (#30833)
Co-authored-by:
Asher Manangan <amanangan@powercosts.com>
Showing
- docker/.env 0 additions, 1 deletiondocker/.env
- superset/charts/schemas.py 1 addition, 0 deletionssuperset/charts/schemas.py
- superset/commands/chart/export.py 26 additions, 0 deletionssuperset/commands/chart/export.py
- superset/commands/chart/importers/v1/__init__.py 20 additions, 2 deletionssuperset/commands/chart/importers/v1/__init__.py
- superset/commands/dashboard/export.py 19 additions, 1 deletionsuperset/commands/dashboard/export.py
- superset/commands/dashboard/importers/v1/__init__.py 32 additions, 2 deletionssuperset/commands/dashboard/importers/v1/__init__.py
- superset/commands/database/importers/v1/__init__.py 7 additions, 1 deletionsuperset/commands/database/importers/v1/__init__.py
- superset/commands/dataset/importers/v1/__init__.py 8 additions, 2 deletionssuperset/commands/dataset/importers/v1/__init__.py
- superset/commands/export/assets.py 1 addition, 0 deletionssuperset/commands/export/assets.py
- superset/commands/importers/v1/__init__.py 12 additions, 4 deletionssuperset/commands/importers/v1/__init__.py
- superset/commands/importers/v1/examples.py 2 additions, 1 deletionsuperset/commands/importers/v1/examples.py
- superset/commands/importers/v1/utils.py 92 additions, 1 deletionsuperset/commands/importers/v1/utils.py
- superset/commands/query/importers/v1/__init__.py 6 additions, 2 deletionssuperset/commands/query/importers/v1/__init__.py
- superset/commands/tag/export.py 131 additions, 0 deletionssuperset/commands/tag/export.py
- superset/dashboards/schemas.py 1 addition, 0 deletionssuperset/dashboards/schemas.py
- tests/unit_tests/charts/commands/importers/v1/import_test.py 45 additions, 0 deletionstests/unit_tests/charts/commands/importers/v1/import_test.py
- tests/unit_tests/commands/export_test.py 64 additions, 1 deletiontests/unit_tests/commands/export_test.py
- tests/unit_tests/dashboards/commands/importers/v1/import_test.py 45 additions, 0 deletions...nit_tests/dashboards/commands/importers/v1/import_test.py
Loading
Please register or sign in to comment