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 0c565c8 commit b8b4285Copy full SHA for b8b4285
databricks/sdk/_base_client.py
@@ -69,8 +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. If None, all the
73
- response content is loaded into memory at once.
+ :param streaming_buffer_size: The size of the buffer to use for streaming responses (default: 1MB).
74
"""
75
76
self._debug_truncate_bytes = debug_truncate_bytes or 96
0 commit comments