mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat: use sqlglot to set limit (#33473)
This commit is contained in:
@@ -20,13 +20,12 @@ from typing import Any, Optional
|
||||
from sqlalchemy import types
|
||||
|
||||
from superset.constants import TimeGrain
|
||||
from superset.db_engine_specs.base import BaseEngineSpec, LimitMethod
|
||||
from superset.db_engine_specs.base import BaseEngineSpec
|
||||
|
||||
|
||||
class OracleEngineSpec(BaseEngineSpec):
|
||||
engine = "oracle"
|
||||
engine_name = "Oracle"
|
||||
limit_method = LimitMethod.WRAP_SQL
|
||||
force_column_alias_quotes = True
|
||||
max_column_name_length = 30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user