druid connector: avoid using 'dimensions' for scan queries (#7377)

After the following PyDruid change (contained in version 0.5.2)
the Superset Histogram charts rendered with Druid data are
broken:

druid-io/pydruid@0a59a70

Bump the pydruid requirements accordingly in setup.py

Issue: apache#7368
This commit is contained in:
Luca Toscano
2019-05-09 07:25:34 +02:00
committed by Maxime Beauchemin
parent f59ed026e4
commit 51fd43a47b
2 changed files with 3 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ setup(
'parsedatetime',
'pathlib2',
'polyline',
'pydruid>=0.4.3',
'pydruid>=0.5.2',
'python-dateutil',
'python-geohash',
'pyyaml>=3.13',