-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pass retry from Job.result() to Job.done() (#41)
* feat(bigquery): pass retry from Job.result() to Job.done(). * fix merge conflicts * drop the comment * use kwargs sentinel * check the mock retry * update dependencies * use kwargs pattern * feat: added unit test for retry * feat: added more exceptions Co-authored-by: Tim Swast <[email protected]> Co-authored-by: HemangChothani <[email protected]>
- Loading branch information
1 parent
8a8080b
commit 284e17a
Showing
4 changed files
with
69 additions
and
18 deletions.
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
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