publish_dashboard
Publishes a QuickSight analysis to an existing dashboard, replacing current content for all viewers. Test the analysis first and roll back if needed.
Instructions
Publish a QuickSight analysis to an existing dashboard.
WARNING: This is a DESTRUCTIVE operation that replaces the current dashboard content with the analysis content. All viewers will immediately see the new version. Make sure you have tested the analysis thoroughly before publishing.
Best practice:
Clone the analysis first (clone_analysis) and test
Back up the dashboard (backup_analysis on the source)
Publish with a descriptive version_description
If something goes wrong, use rollback_dashboard
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | The target dashboard ID to publish to. | |
| source_analysis_id | Yes | The analysis ID to publish from. | |
| version_description | No | Optional description for this version (e.g., "Added revenue breakdown chart"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||