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 10ee940 commit 3d75d6cCopy full SHA for 3d75d6c
src/databricks/sql/auth/retry.py
@@ -19,7 +19,6 @@
19
from urllib3.util.retry import RequestHistory
20
21
22
-
23
from databricks.sql.exc import (
24
CursorAlreadyClosedError,
25
MaxRetryDurationError,
tests/unit/test_client.py
@@ -23,6 +23,7 @@
from databricks.sql.exc import RequestError, CursorAlreadyClosedError
from databricks.sql.types import Row
from databricks.sql.result_set import ResultSet, ThriftResultSet
26
+from databricks.sql.backend.types import CommandId
27
28
from tests.unit.test_fetches import FetchTests
29
from tests.unit.test_thrift_backend import ThriftBackendTestSuite
0 commit comments