Is there an AWS CLI to view the refresh history of a dataset? I can see it through the QuickSight web (dataset → refresh) and I see recent refresh history.
I can’t seem to find a similar AWS CLI way to get the same information.
Is there an AWS CLI to view the refresh history of a dataset? I can see it through the QuickSight web (dataset → refresh) and I see recent refresh history.
I can’t seem to find a similar AWS CLI way to get the same information.
Hi @GeorgeReimonn,
You can use ListIngestions.
https://docs.aws.amazon.com/cli/latest/reference/quicksight/list-ingestions.html
I tried it. Worked great! Thanks. --George