superset_dashboard_copy
Copy any Apache Superset dashboard with all its charts by giving the source dashboard ID and a new title.
Instructions
Create a copy of an existing dashboard with all its charts.
Args: dashboard_id: ID of the source dashboard to copy. dashboard_title: Title for the new copy. json_metadata: JSON metadata for the copy. IMPORTANT: Superset requires this field. If not provided, "{}" will be used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | ||
| json_metadata | No | ||
| dashboard_title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |