Has anyone experienced an issue in QuickSight where using the ‘asset as bundle’ feature doesn’t update to the latest version of an analysis? Specifically, I replaced the dataset in an analysis, but when exporting and importing the asset as a bundle, it still points to the old dataset instead of the new one.
To validate, I used describe-analysis-definition and describe-dashboard-definition, and both show that the analysis is still referencing the old dataset. Has anyone encountered this, and are there any solutions or workarounds to ensure that the asset bundle reflects the updated dataset?
One quick check before drilling down into the possible cause for this. You have mentioned about analysis and changing dataset within it. Did you publish the analysis to the dashboard post the change?
Considering the asset bundle uses the dashboard id to fetch all dependent assets, if the change is not published, these assets will not be picked.