mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(pinot): remove query aliases from SELECT and ORDER BY clauses in Pinot (#31341)
This commit is contained in:
@@ -26,6 +26,9 @@ class PinotEngineSpec(BaseEngineSpec):
|
||||
engine = "pinot"
|
||||
engine_name = "Apache Pinot"
|
||||
|
||||
allows_alias_in_select = False
|
||||
allows_alias_in_orderby = False
|
||||
|
||||
# https://docs.pinot.apache.org/users/user-guide-query/supported-transformations#datetime-functions
|
||||
_time_grain_expressions = {
|
||||
None: "{col}",
|
||||
|
||||
Reference in New Issue
Block a user