azure-data-explorer-datasource
azure-data-explorer-datasource copied to clipboard
Support Microsoft Fabric database naming
What happened: With the connector also connection to KQL Databases in Microsoft Fabric is possible. In Microsoft Fabric KQL Database names are unique identifiers generated by the service. User friendly Database name defined by the end-user, and visible in the Microsoft Fabric UI is the PrettyName.
What you expected to happen: The connector should support PrettyName used by Microsoft Fabric, so instead of displaying DatabaseName (e. g. 4cbc38e9-bf83-4325-8662-935bc476b05c) using the PrettyName, what is also used in Microsoft Fabric UI.
.show database | extend DatabaseName=iif(PrettyName=="", DatabaseName, PrettyName) | project DatabaseId, DatabaseName
How to reproduce it (as minimally and precisely as possible):
Screenshots
Anything else we need to know?:
Environment:
- Grafana version: 10.1.1
- Plugin version: 4.7.0
- OS Grafana is installed on:
- User OS & Browser:
- Others:
Thank you for opening this @hau-mal, this could be a nice addition. I'll add this to our backlog.