druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

module 'pydruid.client' has no attribute 'time_boundary' and 'segment_metadata' #223

Closed DzakirinMD closed 4 years ago

DzakirinMD commented 4 years ago

pydruid vesion : 0.6.0 I'm following the example from pydruid documentation example. Seems like the segment_metadata and time_boundary module returns AttributeError: module 'pydruid.client' has no attribute error.

FYI these are the imports that i use :

from pydruid.utils.postaggregator import * from pydruid.utils.aggregators import * from pydruid.query import QueryBuilder from pydruid.utils.filters import * from pydruid.client import * from pylab import plt from pydruid import *

mistercrunch commented 4 years ago

ok 0.6.1 is out and should address this