We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c219da commit 341bb75Copy full SHA for 341bb75
src/databricks/sql/client.py
@@ -308,7 +308,7 @@ def read(self) -> Optional[OAuthToken]:
308
self._open_session_resp = self.thrift_backend.open_session(
309
session_configuration, catalog, schema
310
)
311
- except (RequestError, MaxRetryError) as e:
+ except (RequestError, MaxRetryError, MaxRetryDurationError) as e:
312
raise
313
except Exception as e:
314
raise ConnectionError(
0 commit comments