Hi there,
My team is developing some SQL Dashboards. I would like to know how many people view that dashboard/or at least click to it and then queries triggered.
I found out that there is one endpoint provided by Databricks: List Queries | Query History API | REST API reference | Azure Databricks
As I can see on the UI, that query comes from which Dashboard, but we I call the above API, there's no field like `dashboard_id`.
Is there anything I missed here