I have published a report. Is it possible to update the name of the report?
For example, if I have published a report
called Example - First Report
can I change it to
Example: First Report
I have published a report. Is it possible to update the name of the report?
For example, if I have published a report
called Example - First Report
can I change it to
Example: First Report
Thanks for the cli commands for update dashboard.
But when I run this command, I am getting errors:
aws quicksight update-dashboard --aws-account-id xxxxxx --dashboard-id 0ff89e4d-13f3-4146-babd-699daa2dc5fa --name âHR Reports newâ. --source-entity âHR Reportsâ
Hi @gopinathpc - Can you please share the error details?
Regards - Sanjeeb
This is the error I am getting:
Error parsing parameter ââsource-entityâ: Expected: â=â, received: âRâ for input:
HR Reports
Hi @gopinathpc - Can you please try the below command. source entity is optional.
aws quicksight update-dashboard --aws-account-id xxxxxx --dashboard-id 0ff89e4d-13f3-4146-babd-699daa2dc5fa --name âHR Reports newâ
Regards - Sanjeeb
An error occurred (InvalidParameterValueException) when calling the UpdateDashboard operation: Both SourceEntity and Definition cannot be empty
Hi @gopinathpc - Ok, as per documentation it is not mandatory field for source entity, is it possible to describe the dashboard and provide the details on the source entity arn? I believe instead of using source entity, you may need to put the arn⌠see the below API detailsâŚ
Regards - Sanjeeb
If I dont use source entity (which is optional), I get these errors.
Hi @gopinathpc - You are correct, can you use source entity and give the arn details as per the documentation.
Regards - Sanjeeb
Hi @gopinathpc,
Itâs been awhile since we last heard from you. Were you able to try Sanjeebâs last suggestion and if so, did it help for your case?
Let us know if you have any additional questions. Otherwise, if we donât hear back from you within 3 business days Iâll go ahead and archive this topic.
Thank you!