druid-io / pydruid

A Python connector for Druid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DzakirinMD opened this issue · comments

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 *

ok 0.6.1 is out and should address this