-
Notifications
You must be signed in to change notification settings - Fork 40
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
.set stored_query_result command returns 400 - Bad Request #820
Comments
Hi @MSDkuznetsov, thank you for the report. I can confirm I've replicated the behaviour in Grafana. However, I also see issues when executing this query in Azure directly: Are you able to confirm if this is an Azure issue? |
I see no issues from my side, works as expected. Based on the error it seems to me like it's some other error related to connection.
|
Hi @MSDkuznetsov, The actual underlying issue is that these queries aren't supported by the endpoint Grafana uses. The true error is:
I've added a task to improve the error messages so this is made clearer to the user. |
Thanks, that makes sense ! |
Fixed by #822 |
What happened:
I wanted to use the https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/set-stored-query-result-command to store the state.
According to documentation, to use this command "You must have Database Viewer permissions to run these commands." - which is the case, I have confirmed that Grafana account has the appropriate permission, I have also tried to use my own principal with the same results.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
btw reading stored query results, works just fine:
Environment:
The text was updated successfully, but these errors were encountered: