Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Microsoft Fabric database naming #690

Open
hau-mal opened this issue Oct 31, 2023 · 1 comment
Open

Support Microsoft Fabric database naming #690

hau-mal opened this issue Oct 31, 2023 · 1 comment
Labels
datasource/ADX enhancement New feature or request good first issue Good for newcomers

Comments

@hau-mal
Copy link

hau-mal commented Oct 31, 2023

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 hau-mal added datasource/ADX type/bug Something isn't working labels Oct 31, 2023
@aangelisc
Copy link
Contributor

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

@aangelisc aangelisc removed the type/bug Something isn't working label Nov 7, 2023
@bossinc bossinc added the enhancement New feature or request label Mar 12, 2024
@aangelisc aangelisc added the good first issue Good for newcomers label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasource/ADX enhancement New feature or request good first issue Good for newcomers
Projects
Status: Feature Requests
Development

No branches or pull requests

3 participants