superset_chart_import
Import Superset charts from a ZIP file containing YAML configurations and dependencies. Handles overwriting existing charts by UUID.
Instructions
Import charts from a ZIP file (created via export).
The ZIP must contain YAML files with chart configurations and dependencies.
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 |