superset_dashboard_import
Import Apache Superset dashboards from a ZIP file containing YAML configurations. Optionally overwrite existing dashboards by UUID.
Instructions
Import dashboards from a ZIP file (created via export).
The ZIP should contain YAML files with dashboard and dependency configurations.
Args: file_path: Absolute path to the ZIP file on disk. overwrite: Overwrite existing objects with the same UUID (default False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |