superset_dataset_import
Import datasets from a ZIP file into Superset, with an overwrite option for existing objects. Restore or migrate dataset definitions from an exported archive.
Instructions
Import datasets from a ZIP file (created via export).
Args: file_path: Absolute path to the ZIP file on disk. overwrite: Overwrite existing objects with matching UUIDs (default False).
Returns: JSON string with the import result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |