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 12ce717 commit 1215fd8Copy full SHA for 1215fd8
src/databricks/sql/auth/retry.py
@@ -17,6 +17,8 @@
17
from urllib3 import HTTPResponse as BaseHTTPResponse
18
from urllib3 import Retry
19
from urllib3.util.retry import RequestHistory
20
+from packaging import version
21
+
22
23
24
from databricks.sql.exc import (
0 commit comments