fix(legacy-druid): undefined filter key (#10931)

This commit is contained in:
Ville Brofeldt 2020-09-17 15:10:06 +03:00 committed by GitHub
parent 5623cd64ca
commit 69081009d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1400,7 +1400,7 @@ class DruidDatasource(Model, BaseDatasource):
if df is None:
df = pd.DataFrame()
qry["filter"] = self._add_filter_from_pre_query_data(
df, pre_qry["dimensions"], qry["filter"]
df, pre_qry["dimensions"], filters
)
qry["limit_spec"] = None
if row_limit: