Skip to content

Commit

Permalink
Update _base_client.py
Browse files Browse the repository at this point in the history
Signed-off-by: Renaud Hartert <[email protected]>
  • Loading branch information
renaudhartert-db authored Nov 8, 2024
1 parent b8b4285 commit b9070bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks/sdk/_base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self,
:param extra_error_customizers:
:param debug_headers: Whether to include debug headers in the request log.
:param clock: Clock object to use for time-related operations.
: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.
"""

self._debug_truncate_bytes = debug_truncate_bytes or 96
Expand Down

0 comments on commit b9070bc

Please sign in to comment.