FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: add ConnectionError to default retry by tswast · Pull Request #571 · googleapis/python-bigquery · GitHub

This repository was archived by the owner on Mar 6, 2026. It is now read-only.
/ python-bigquery Public archive

fix: add ConnectionError to default retry - #571

Merged
tswast merged 1 commit into
googleapis:masterfrom
tswast:issue434-connection-error-retries
Mar 23, 2021
Merged

fix: add ConnectionError to default retry#571
tswast merged 1 commit into
googleapis:masterfrom
tswast:issue434-connection-error-retries

Conversation

tswast commented Mar 23, 2021

Copy link
Copy Markdown
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #434 🦕

tswast requested review from a team and shollyman and removed request for a team March 23, 2021 17:48
google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 23, 2021
product-auto-label Bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Mar 23, 2021
tswast merged commit a3edb8b into googleapis:master Mar 23, 2021
tswast deleted the issue434-connection-error-retries branch March 23, 2021 20:06
gcf-merge-on-green Bot pushed a commit that referenced this pull request Mar 23, 2021
gcf-merge-on-green Bot pushed a commit to googleapis/python-storage that referenced this pull request May 20, 2021
This adds python built-in [ConnectionError](https://docs.python.org/3/library/exceptions.html#ConnectionError) to default retryable types. 
ConnectionError was recently added in the [BigQuery library](googleapis/python-bigquery#571) to allow retries. 

Fixes #426 🦕
cojenco added a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
This adds python built-in [ConnectionError](https://docs.python.org/3/library/exceptions.html#ConnectionError) to default retryable types. 
ConnectionError was recently added in the [BigQuery library](googleapis/python-bigquery#571) to allow retries. 

Fixes googleapis#426 🦕
cojenco added a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
This adds python built-in [ConnectionError](https://docs.python.org/3/library/exceptions.html#ConnectionError) to default retryable types. 
ConnectionError was recently added in the [BigQuery library](googleapis/python-bigquery#571) to allow retries. 

Fixes googleapis#426 🦕
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/python-bigquery API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ConnectionError in Client.insert_rows_json()

2 participants


Back | FazBrowse Home | New Git URL