mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
DruidEngineSpec: set allows_subquery to True (#7863)
This commit is contained in:
committed by
Maxime Beauchemin
parent
a27b8b7638
commit
9b8bfbbe7f
@@ -23,7 +23,7 @@ class DruidEngineSpec(BaseEngineSpec):
|
||||
|
||||
engine = "druid"
|
||||
inner_joins = False
|
||||
allows_subquery = False
|
||||
allows_subquery = True
|
||||
|
||||
time_grain_functions = {
|
||||
None: "{col}",
|
||||
|
||||
Reference in New Issue
Block a user