mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
perf: memoize db_engine_spec in database (#14638)
* perf: memoize db_engine_spec in sqla table classes * remove extended cypress timeouts
This commit is contained in:
@@ -1255,6 +1255,7 @@ class BaseEngineSpec: # pylint: disable=too-many-public-methods
|
||||
)
|
||||
|
||||
@classmethod
|
||||
@utils.memoized
|
||||
def get_column_spec(
|
||||
cls,
|
||||
native_type: Optional[str],
|
||||
|
||||
Reference in New Issue
Block a user