Skip to content

Commit

Permalink
[druid] fix FilterBox viz gets timestamps as values if granularity <>…
Browse files Browse the repository at this point in the history
… all (#2647)
  • Loading branch information
mistercrunch authored Apr 24, 2017
1 parent cdfc4a3 commit f10ee13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/connectors/druid/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ def query(self, query_obj):
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]

Expand Down

0 comments on commit f10ee13

Please sign in to comment.