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.
I investigated ReadTimeout error that is thrown in Client.load_table_from_json.
The error occurred at ResumableUpload.transmit_next_chunk in _do_resumable_upload in client.py.
Lookig at the code, timeout argument is passed to _initiate_resumable_upload but not to transmit_next_chunk, and the default timeout (which is 60 sec) will be used.
Is this intentional, or does anyone plan to fix it?
Thank you.