mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: remove unused parameter (#33704)
This commit is contained in:
@@ -24,7 +24,6 @@ class TeradataEngineSpec(BaseEngineSpec):
|
||||
engine = "teradatasql"
|
||||
engine_name = "Teradata"
|
||||
max_column_name_length = 30 # since 14.10 this is 128
|
||||
select_keywords = {"SELECT", "SEL"}
|
||||
|
||||
_time_grain_expressions = {
|
||||
None: "{col}",
|
||||
|
||||
Reference in New Issue
Block a user