Skip to content

Commit b8b4285

Browse files
Make streaming_buffer_size required
1 parent 0c565c8 commit b8b4285

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

databricks/sdk/_base_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ def __init__(self,
6969
:param extra_error_customizers:
7070
:param debug_headers: Whether to include debug headers in the request log.
7171
: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.
72+
:param streaming_buffer_size: The size of the buffer to use for streaming responses (default: 1MB).
7473
"""
7574

7675
self._debug_truncate_bytes = debug_truncate_bytes or 96

0 commit comments

Comments
 (0)