Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
There was an error while loading. Please reload this page.
The
Client.load_table_from_file()method depends on theMultipartUploadandResumableUploadclasses from google-resumable-media, which do not support specifying a timeout for the operation, thus theseClientmethods were excluded from googleapis/google-cloud-python#9987.When the resumable media dependency adds support for timeouts, a
timeoutargument should be added to theseClientmethods.