You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/12 16:01:06 UTC

[GitHub] [incubator-superset] stelios313 commented on issue #4812: Filter by lookup

stelios313 commented on issue #4812: Filter by lookup 
URL: https://github.com/apache/incubator-superset/issues/4812#issuecomment-565069302
 
 
   Dealing with the same issue when trying to filter with lookup, however the error  i am getting is relevant to pydruid|:
   
   
   `Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/superset/viz.py", line 417, in get_df_payload
       df = self.get_df(query_obj)
     File "/usr/local/lib/python3.6/site-packages/superset/viz.py", line 202, in get_df
       self.results = self.datasource.query(query_obj)
     File "/usr/local/lib/python3.6/site-packages/superset/connectors/druid/models.py", line 1372, in query
       query_str = self.get_query_str(client=client, query_obj=query_obj, phase=2)
     File "/usr/local/lib/python3.6/site-packages/superset/connectors/druid/models.py", line 984, in get_query_str
       return self.run_query(client=client, phase=phase, **query_obj)
     File "/usr/local/lib/python3.6/site-packages/superset/connectors/druid/models.py", line 1200, in run_query
       filters = DruidDatasource.get_filters(filter, self.num_cols, columns_dict)
     File "/usr/local/lib/python3.6/site-packages/superset/connectors/druid/models.py", line 1548, in get_filters
       alphaNumeric=is_numeric_col,
     File "/usr/local/lib/python3.6/site-packages/pydruid/utils/filters.py", line 87, in __init__
       "ordering": args["ordering"],
   KeyError: 'ordering'`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org