fabianmenges commented on a change in pull request #3434: Feature/Fix:
times_series limit for Druid
URL:
https://github.com/apache/incubator-superset/pull/3434#discussion_r139144926
##########
File path: superset/connectors/druid/models.py
##########
@@ -798,6 +798,28 @@ def values_for_column(self,
def get_query_str(self, query_obj, phase=1, client=None):
return self.run_query(client=client, phase=phase, **query_obj)
+ def _add_filter_from_pre_query_data(self, df, dimensions, filter):
+ ret = filter
Review comment:
ah... keep forgetting filter :(
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services