5 Comments
Hey Tim​
I responded to another one of your posts with the same solution, but I wanted to share here as well!
I see that a solution has been provided below to use the dashboards API endpoint to get the list of dashboards associated with a data model. And while that definitly will work, it does create a bit more overhead for you.
The new Asset Auditor plugin can help get you this information, but also allows you to do much more with it. On our Dashboards dashboard, you can see exactly which dashboards are associated with which data models. Dashboards are linked so that you can navigate directly to those dashboards.
Additionally, the Asset Auditor provides visibility into both Empty and Unused data models. You can have higher confidence when removing data assets that may have an unintended impact on downstream assets.
And because the Asset Auditor is built using Sisense native charts and features, you can create new charts or augment the provided charts to show the data that would be most helpful to you.
Hopefully, this provides another option for you to explore that can go beyond just a point solution for this use case. Again, feel free to check out the blog post, our documentation, or reach out if you want some more information.
Thanks!
Mia @ QBeeQ
QBeeQ is a Sisense Gold Implementation & Development Partner
- AssafHaninaSisense Employee
Tim Glad to hear the Dependencies button (or API) provides the information you need.
I see your point about the UI. Your idea is definitely valid, and the product team can take a look at it.
Thanks for sharing your perspective - TimData Integration
Thanks AssafHanina, I didn't see the Dependencies button. That (or the API) provides the information I need.
I still think UI makes it likely other people will make the same mistake as me. And why bother having a "Dependencies" button and a "Dashboards" button when they're used for the same thing? I think you should replace the "Dashboards" drop-down with the output the of the "Dependencies" button.
- AssafHaninaSisense Employee
Hey Tim ,
The Open Dashboard are list the Primary dashboards which shared with the Admin User.
In order to see also dependent widgets:- Open the Data Model menu
- Click on Dependencies
- The list of Dependent Widgets and Dashboards are available include the ability to export
Notes - the list of dependent filters are for the dashboards Created/Shared by/with the Admin User.
As mentioned, it's suggested to Use the API to list all dependent dashboards per data source.
- Api Endpoint /api/v1/dashboards/admin - list all the dashboards include non shared with Admin users.
- Parse the "widgetsDatasources" property
Here is example for widget with multiple data sources
best regards
Assaf
- joeshepperCloud Apps
Definitely agree with this!