You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
See: googleapis/google-resumable-media-python#238
The BigQuery client library currently defaults to 1MB chunks.
python-bigquery/google/cloud/bigquery/client.py
Line 98 in 36fe86f
The
bqCLI currently defaults to 100MB chunks (via googleapiclient). https://github.com/googleapis/google-api-python-client/blob/11d78e0fe9290d1a8c516a0e2f2e019dbd1877f9/googleapiclient/http.py#L69Perhaps this could be the cause of the 10x performance difference for file uploads?
CC @KevinTydlacka