-
Notifications
You must be signed in to change notification settings - Fork 81
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
Documentation on how to build queries #53
Comments
We also successfully ran exploratory queries for data dimensions and column names. But when it comes to actually query timeseries data, nothing is returned. And it's really hard to track, if it is just not supported, or the query builder dies, or the resulting query is not compatible with druid. |
|
for #3 yes, I'm getting repetetive value for the same object, count of
repetitions controlled by the switcher from above. I'm sure that our
aggregate doesn't have such repetitions, so was wondering why it's working
like that.
Maybe Druid version is a problem? we're still on 0.9.2 however I haven't
noticed any significant change in interfacing endpoints in the changelog...
2018-02-07 12:07 GMT+03:00 pkarmaka <[email protected]>:
… @dene14 <https://github.com/dene14>
1.
Users in my company have been using TopN or Group by druid queries.
For confirmation, I even tried out a Top N query and it looked fine.
Probably the best way for you to confirm whether you are giving the right
parameters is to post to your datasource api using Postman. Also , please
check docs http://druid.io/docs/latest/querying/aggregations.html
(among the ones that we support) for the right aggregations that you
require.
2.
I need to check "select" query type from druid docs. All other query
types are working ok on the plugin.
3.
Are you saying you are getting repetitive results because you don't
have 5 results?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG85dZua9E7JMUN048Gnzwc7dVOUACg6ks5tSWfqgaJpZM4R0O1S>
.
--
Best regards,
Denis Boulas
|
Hello there!
It's rather not an issue but a question...
I've failed to find out any comprehensive documentation, so I would like to ask here to clarify if functionality hasn't been implemented yet or it's me doing something wrong...
Please elaborate. Many thanks!
The text was updated successfully, but these errors were encountered: