You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2019/07/16 20:59:53 UTC

[incubator-superset] branch master updated: DruidEngineSpec: set allows_subquery to True (#7863)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b8bfbb  DruidEngineSpec: set allows_subquery to True (#7863)
9b8bfbb is described below

commit 9b8bfbbe7f55a72f78de8865e5d7b0c727528e35
Author: MichaƂ Misiewicz <mi...@gmail.com>
AuthorDate: Tue Jul 16 22:59:39 2019 +0200

    DruidEngineSpec: set allows_subquery to True (#7863)
---
 superset/db_engine_specs/druid.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/db_engine_specs/druid.py b/superset/db_engine_specs/druid.py
index 79e73c8..46095ee 100644
--- a/superset/db_engine_specs/druid.py
+++ b/superset/db_engine_specs/druid.py
@@ -23,7 +23,7 @@ class DruidEngineSpec(BaseEngineSpec):
 
     engine = "druid"
     inner_joins = False
-    allows_subquery = False
+    allows_subquery = True
 
     time_grain_functions = {
         None: "{col}",