mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
change name to Basic instead of Base (#14625)
This commit is contained in:
@@ -37,7 +37,7 @@ from sqlalchemy.dialects.postgresql import ARRAY, DOUBLE_PRECISION, ENUM, JSON
|
||||
from sqlalchemy.dialects.postgresql.base import PGInspector
|
||||
from sqlalchemy.types import String, TypeEngine
|
||||
|
||||
from superset.db_engine_specs.base import BaseEngineSpec, BaseParametersMixin
|
||||
from superset.db_engine_specs.base import BaseEngineSpec, BasicParametersMixin
|
||||
from superset.errors import SupersetErrorType
|
||||
from superset.exceptions import SupersetException
|
||||
from superset.utils import core as utils
|
||||
@@ -155,7 +155,7 @@ class PostgresBaseEngineSpec(BaseEngineSpec):
|
||||
return "(timestamp 'epoch' + {col} * interval '1 second')"
|
||||
|
||||
|
||||
class PostgresEngineSpec(PostgresBaseEngineSpec, BaseParametersMixin):
|
||||
class PostgresEngineSpec(PostgresBaseEngineSpec, BasicParametersMixin):
|
||||
engine = "postgresql"
|
||||
engine_aliases = {"postgres"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user