Hello,
I am using quicksight CLI action start-asset-bundle-import-job to publish dashboards and datasets in Quicksight.
This works for creating and updating dashboards and datasets, but refresh schedules are not updated.
Consider the following use case:
- Create dashboard with SPICE dataset on a refresh schedule
- Export the dashboard and dataset with
start-asset-bundle-export-job - Use the bundle to copy it to another Quicksight account, via
start-asset-bundle-import-job - Modify the original dataset, remove the refresh schedule
- Re-export and re-import into the Quicksight account
- The refresh schedule is not deleted.
How can I ensure, that refresh schedule is deleted? The bundle includes refreshSchedule/ folder, but not when the schedule is removed. I want to create a process, where I can iteratively update the dashboard and dataset with new versions, including any SPICE settings
Do I really need to identify refresh-schedules not part of the bundle, and delete them via delete-refresh-schedule?