druid-io / pydruid

A Python connector for Druid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Scan queries to query module as Select has been removed in Druid 0.17.0

denisesenguel opened this issue · comments

As Select queries have finally been replaced entirely by Scan queries in the new Druid version 0.17.0 https://github.com/apache/druid/releases/tag/druid-0.17.0

there currently is no way in PyDruid to simply query rows without pre-aggregation, so Scan queries should be added and a deprecation warning returned when running a Select query!

I realized this is just missing in the documentation but actually available - my bad!