-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: retry 'job exceeded rate limits' for DDL queries (#1794)
* fix: retry 'job exceeded rate limits' for DDL queries * Fixed retry test logic to better align to library standards * added docstring for test * deleted extra coverage file * Update tests/unit/test_job_retry.py Co-authored-by: Tim Swast <swast@google.com> * requested changes to retry jobs test * slight change to assert statemet * added TODO statements and fixed default job retry * modify sleep time and path names --------- Co-authored-by: Tim Swast <swast@google.com>
- Loading branch information
Showing
3 changed files
with
108 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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