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/07/15 20:46:01 UTC

[GitHub] [incubator-superset] betodealmeida edited a comment on issue #7863: Druid subqueries support

betodealmeida edited a comment on issue #7863: Druid subqueries support
URL: https://github.com/apache/incubator-superset/pull/7863#issuecomment-511562996
 
 
   @john-bodley, I know AirBnB was running an older version of Druid. How do you think we should handle cases like this? Should we set druid version in `config.py` and add something like this:
   
   ```python
   # config.py
   DRUID_VERSION = (0, 12, 3)
   ```
   
   ```python
   # superset/db_engine_specs/druid.py 
   allows_subquery = config['DRUID_VERSION'] >= (0, 12, 0)  # which version introduced this?
   ```
   
   ?

----------------------------------------------------------------
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