mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore(Oracle): Update oracle column length to 128 (#34179)
This commit is contained in:
committed by
GitHub
parent
000d353ef3
commit
16f4516903
@@ -27,7 +27,7 @@ class OracleEngineSpec(BaseEngineSpec):
|
||||
engine = "oracle"
|
||||
engine_name = "Oracle"
|
||||
force_column_alias_quotes = True
|
||||
max_column_name_length = 30
|
||||
max_column_name_length = 128
|
||||
|
||||
_time_grain_expressions = {
|
||||
None: "{col}",
|
||||
|
||||
Reference in New Issue
Block a user