Check Dataset usage via CLI/SDK

Hi all,
I would like to know if there is an easy way to know whether a dataset is used in either an Analysis and/or a dashboard using the CLI or the SDK.

Once you have your dataset id or dataset arn, the only way I know would be calling “describe-dashboard” for every dashboard and check if that dataset arn is used there. Unfortunately, this is not an efficient way to do it.

Is there any other way?

Thanks,
Daniel

Hi @Danel ,

You could implement the administrative dashboard (sheet data dictionary ) , example : Administrative Dashboard Demo

Through the UI

Otherwise you would have to make those API calls and get the details.

2 Likes