Dataset Edit

Is it possible to check when the sql query referred by a Quicksight dataset has been changed via API?

Hi @Anoosha - I believe QuickSight Boto 3 api are contain the meta data details. if there is any change in the data set, it can have the last update timestamp.
See the link below - describe_data_set - Boto3 1.28.1 documentation

However if the data set is not direct query and its SPICE, you can get the refresh times.

Regards - Sanjeeb