[druid] fix FilterBox viz gets timestamps as values if granularity <> all (#2647)

This commit is contained in:
Maxime Beauchemin 2017-04-24 10:27:26 -07:00 committed by GitHub
parent cdfc4a35b2
commit f10ee13901
1 changed files with 0 additions and 1 deletions

View File

@ -931,7 +931,6 @@ class DruidDatasource(Model, BaseDatasource):
if 'is_timeseries' in query_obj else True
if (
not is_timeseries and
query_obj['granularity'] == "all" and
DTTM_ALIAS in df.columns):
del df[DTTM_ALIAS]