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.
Original issue: googleapis/python-bigquery-storage#242
A user reported that they saw an error in production when fetching table data with
Client.list_rows(). That method uses the default retry object, which currently does not considerrequests.exceptions.ChunkedEncodingErrorretryable.(it does retry
requests.exceptions.ConnectionError, butChunkedEncodingErroris not a subclass of that.