druid-io / pydruid

A Python connector for Druid
Other
508 stars 199 forks source link

Use union of data sources #22

Open drorata opened 9 years ago

drorata commented 9 years ago

Thanks for the nice package; it seems to be useful! :+1:

It is possible to combine several data sources together, like so:

{
       "type": "union",
       "dataSources": ["<string_value1>", "<string_value2>", "<string_value3>", ... ]
}

Is there a way to consider this case when using pydruid?

xvrl commented 9 years ago

@drorata I don't think union queries have been added to pydruid, but if you'd like to contribute it, we'd be more than happy to include it.

nishantmonu51 commented 7 years ago

Thanks to @RichRadics for the fix here - https://github.com/druid-io/pydruid/pull/74