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 a2fb9e7 commit 1df7f02Copy full SHA for 1df7f02
examples/v3_retries_query_execute.py
@@ -26,7 +26,7 @@
26
# which means all redirects will be followed. In this case, a redirect will count toward the
27
# _retry_stop_after_attempts_count which means that by default the connector will not enter an endless retry loop.
28
#
29
-# For complete information about configuring retries, see the docstring for databricks.sql.backend.thrift_backend.ThriftBackend
+# For complete information about configuring retries, see the docstring for databricks.sql.thrift_backend.ThriftBackend
30
31
with sql.connect(
32
server_hostname=os.getenv("DATABRICKS_SERVER_HOSTNAME"),
0 commit comments