Skip to content

Commit

Permalink
fix: Dataset timeout (apache#21516)
Browse files Browse the repository at this point in the history
(cherry picked from commit 94ed427)
  • Loading branch information
geido authored and jinghua-qa committed Sep 19, 2022
1 parent b33084b commit ccd9e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/models/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ def db_engine_spec(self) -> Type[db_engine_specs.BaseEngineSpec]:
return self.get_db_engine_spec(url)

@classmethod
@memoized
def get_db_engine_spec(cls, url: URL) -> Type[db_engine_specs.BaseEngineSpec]:
backend = url.get_backend_name()
try:
Expand Down

0 comments on commit ccd9e6c

Please sign in to comment.