Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

fix: retry 404 errors in Client.query(...)#2135

Merged
tswast merged 9 commits intomainfrom
issue2134-query404
Feb 26, 2025
Merged

fix: retry 404 errors in Client.query(...)#2135
tswast merged 9 commits intomainfrom
issue2134-query404

Conversation

@tswast
Copy link
Copy Markdown
Contributor

@tswast tswast commented Feb 18, 2025

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 #2134 🦕

Loading
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. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Client.query() sometimes raises 404, despite the query job being successfully started

3 participants