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.
The Client.load_table_from_file() method depends on the MultipartUpload and ResumableUpload classes from google-resumable-media, which do not support specifying a timeout for the operation, thus these Client methods were excluded from googleapis/google-cloud-python#9987.
When the resumable media dependency adds support for timeouts, a timeout argument should be added to these Client methods.