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 68b0d3f commit 63e5c85Copy full SHA for 63e5c85
src/databricks/sql/client.py
@@ -773,7 +773,9 @@ def _handle_staging_put_stream(
773
headers=headers,
774
timeout=300, # 5 minute timeout
775
) as response:
776
- self._validate_staging_http_response(response, UploadType.STREAM_UPLOAD.value)
+ self._validate_staging_http_response(
777
+ response, UploadType.STREAM_UPLOAD.value
778
+ )
779
780
@log_latency(StatementType.SQL)
781
def _handle_staging_put(
0 commit comments