azure-data-explorer-datasource icon indicating copy to clipboard operation
azure-data-explorer-datasource copied to clipboard

Support Microsoft Fabric database naming

Open hau-mal opened this issue 2 years ago • 1 comments

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 image

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:

hau-mal avatar Oct 31 '23 06:10 hau-mal

Thank you for opening this @hau-mal, this could be a nice addition. I'll add this to our backlog.

aangelisc avatar Nov 07 '23 11:11 aangelisc