superset_assets_export
Export all Superset assets—dashboards, charts, datasets, and database connections—into a single ZIP file for backup or migration between instances.
Instructions
Export ALL Superset assets into a single ZIP file.
Includes: dashboards, charts, datasets, database connections (without passwords). Useful for backup or migration between instances.
Returns: JSON: {"format": "zip", "encoding": "base64", "data": "...", "size_bytes": N}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |