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 b8b4285 commit b9070bcCopy full SHA for b9070bc
databricks/sdk/_base_client.py
@@ -69,7 +69,7 @@ def __init__(self,
69
:param extra_error_customizers:
70
:param debug_headers: Whether to include debug headers in the request log.
71
:param clock: Clock object to use for time-related operations.
72
- :param streaming_buffer_size: The size of the buffer to use for streaming responses (default: 1MB).
+ :param streaming_buffer_size: The size of the buffer to use for streaming responses.
73
"""
74
75
self._debug_truncate_bytes = debug_truncate_bytes or 96
0 commit comments