chore: remove unused parameter (#33704)

This commit is contained in:
Beto Dealmeida
2025-06-05 16:32:04 -04:00
committed by GitHub
parent b00660acf1
commit b3f436a030
2 changed files with 0 additions and 4 deletions

View File

@@ -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}",