We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7df5b commit dfcc81cCopy full SHA for dfcc81c
src/databricks/sql/backend/thrift_backend.py
@@ -87,7 +87,7 @@
87
"_retry_delay_default": (float, 5, 1, 60),
88
}
89
90
-
+# Checks
91
class ThriftDatabricksClient(DatabricksClient):
92
CLOSED_OP_STATE = CommandState.CLOSED
93
ERROR_OP_STATE = CommandState.FAILED
0 commit comments