Skip to content

Commit f69866d

Browse files
committed
without the max retry errors
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent 499d6d8 commit f69866d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/databricks/sql/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ def read(self) -> Optional[OAuthToken]:
315315
self._open_session_resp = self.thrift_backend.open_session(
316316
session_configuration, catalog, schema
317317
)
318-
except (RequestError, MaxRetryError, MaxRetryDurationError) as e:
319-
raise
320318
except Exception as e:
321319
raise ConnectionError(
322320
message=f"Failed to establish connection: {str(e)}",

0 commit comments

Comments
 (0)