I have created dashboards and analyses using the cli with the same permissions as the other dashboards/analysis I am able to access. I cannot see the dashboard/analysis listed under their respective categories on the UI, but I can’t find them under Usages on their dataset. When i click on them, I see an error page with the message 'We cant open that analysis/dashboard. This usually happens when you don’t have access permission, it’s from another QuickSight Account ir it was deleted. Hope to get some on this. Cheers!
Hi @bushra
Welcome to QuickSight Community .
Any QuickSight assets (dashboards, analysis) which are created using cli & api wont be visible on the UI , permissions needs to be explicitly granted to QuickSight user / QuickSight Group to see it on the UI .
Please use update-analysis-permissions and update-dashboard-permissions CLI commands to update the permissions .
Thanks
Vinod
Thanks for the help, Vinod! I tried doing this, the response I get is An error occurred (ConflictExpression) when calling the UpdateDashboardPermissions operation : Cannot update dashboard when it is in CREATION_FAILED state.
Any idea why this might be happening and how to overcome this?
Thanks,
Bushra
Hi @bushra
Looks like dashboard is created with errors , could you please run describe_dashboard_definition api and check the error details as shown in the below screenshot and look for violatedentities to find out issue and do the necessary corrective steps in the analysis.
Fixed the error! Thanks for the help!