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 f277b07 commit e58b6b5Copy full SHA for e58b6b5
src/databricks/sql/backend/sea/utils/http_client.py
@@ -24,7 +24,7 @@ class SeaHttpClient:
24
HTTP client for Statement Execution API (SEA).
25
26
This client uses urllib3 for robust HTTP communication with retry policies
27
- and connection pooling, similar to the Thrift HTTP client but simplified.
+ and connection pooling.
28
"""
29
30
retry_policy: Union[DatabricksRetryPolicy, int]
0 commit comments