Please forgive me. I am new to Quicksight and now the Quicksight expert here at work. the question is a bit complicated so here is the upfront.
we work in dev env then migrate the dashboard to a QA env using CLI commands like update-dashboard. in update-dashboard input file I see “DashboardPublishOption” allowing to enable/disable some of the commands that show up in “share/publish” on the analysis.
now the question. I need to find a way to “migrate” the disable of drill down/up. I can disable it when I publish the analysis to a dashboard in Dev and that works great. but when I migrate to QA there is no option that I can find to “push” the disable drill up/down and it is enabled in QA.
I have tried saving the QA dashboard to an analysis, going into the new analysis in QA and doing a “share/publish” but that requires me to generate a new dashboard which will change the dashboard id and break other components of the application.
is there a way to migrate disable drill up/down similar to the way ad hoc filter option can be migrated?
"DashboardPublishOptions":
{
"AdHocFilteringOption": {
"AvailabilityStatus": "DISABLED"
},
"ExportToCSVOption": {
"AvailabilityStatus": "ENABLED"
},
"SheetControlsOption": {
"VisibilityState": "COLLAPSED"
}
},
thanks
Carl