-
Notifications
You must be signed in to change notification settings - Fork 38
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
Not able to submit datasource of type query to the plugin. #155
Comments
Have a minimum repro at grafadruid/go-druid@master...ApoorvGuptaAi:go-druid:master |
I realised that none of the nested queries are working with the plugin. For example, query like this works:
Where as a nested query with
|
I've raised a PR with the fix on go-druid plugin to bypass the serialisation: grafadruid/go-druid#85 Let me know if this sounds good - I can make the changes configurable and further modify the code as suggested. @jbguerraz |
This works in druid:
But when I try the same query in the Plugin, I get error:
I see that the UI on Grafana is able to understand the query but backend seems to through the error. What is wrong here? Can someone suggest?
The text was updated successfully, but these errors were encountered: