Removing the assignment of variables, since they are set to true in the base class

This commit is contained in:
Soumitra Kumar 2024-05-07 11:02:44 -07:00
parent c26d409f16
commit 0ef2752036
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ from superset.db_engine_specs.base import BaseEngineSpec
class PinotEngineSpec(BaseEngineSpec):
engine = "pinot"
engine_name = "Apache Pinot"
allows_subqueries = True
allows_joins = True
allows_alias_in_select = True
allows_alias_in_orderby = True
# https://docs.pinot.apache.org/users/user-guide-query/supported-transformations#datetime-functions
_time_grain_expressions = {