Usage for LookML Dashboards that exist

Trying to keep Looker clean by removing unused LookML dashboards.

Found this old topic that was helpful in showing me how to find usage specifically for LookML dashboards.

The only problem is that the Explore query includes LookML dashboards even if they no longer exist. Is there a way to filter for LookML dashboards that exist since LookML dashboards don’t get moved to Trash like UDDs?

No, you cannot get a list of all LookML dashboards that exist in your instance:

The only answer I have found is to use the Looker API to extract a list of active dashboards. You can do this using the all_dashboards end point. I have a python scripts that runs every day to grab a list of all non-deleted dashboards (& Looks) on our instance. I used it to report on % of unused content, and also to build a report catalogue for end users to discover content.

LookML dashboards are not physical objects that independently exist on the instance.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.