superset_chart_copy
Clone an existing Apache Superset chart under a new name, retaining its visualization type, dataset, and query context. Optionally bind the new chart to specific dashboards.
Instructions
Create a copy of an existing chart with a new name.
Copies all visualization parameters, type, dataset, and query_context. Dashboard bindings are NOT copied — specify new ones via the dashboards parameter.
Args: chart_id: ID of the source chart to copy. slice_name: Name for the new copy. dashboards: List of dashboard IDs to bind the copy to (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart_id | Yes | ||
| dashboards | No | ||
| slice_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |