-
Notifications
You must be signed in to change notification settings - Fork 316
Python to construct CASE WHEN update SQL statement #970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It looks like the library version in @elad2109 Could you confirm which library you are using ( |
Sorry for asking, is there any easy way cmd to run to verify? |
@elad2109 Ah no worries, a Alternatively, you can check the imports in your code:
|
My code has |
It looks like the default timeout of 5 minutes (60 * 5 seconds) might not be long enough. The default timeout was added in #896 in response to a request from the backend engineering folks. It seems to me we should remove the default timeout, though the logic to add the X-Server-Timeout header if a timeout is explicitly set should remain. |
Internal folks, see: go/microgenerator-retries > "Methods will **not** hedge by default." (emphasis mine) 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](https://github.com/googleapis/python-bigquery/issues/new/choose) 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 #970 🦕
Internal folks, see: go/microgenerator-retries > "Methods will **not** hedge by default." (emphasis mine) 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](https://github.com/googleapis/python-bigquery/issues/new/choose) 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 googleapis#970 🦕
I try to update 2K rows in BQ
I'm getting this error. I know it's too vague and not possible to debug like this.
I'm trying to eliminate errors. Is my BQ update syntactically correct?
What's the BQ update timeout?
The text was updated successfully, but these errors were encountered: