-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add retry for yield_rows #4882
Merged
Merged
Add retry for yield_rows #4882
Changes from 17 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d540349
Add retry for read rows
4aa5702
Fix line lengths
f7d4c69
Add parameter start_inclusive to _create_row_request
28892ce
Update unit test case for yield rows retry
8d141f0
Fix line lengths
902f11b
Edit table.py as requested changes
4afabb1
Added code review changes from @jonparrott.
79698b1
Fix parameter name on _RetryableReadRows class
9b778be
Add retry for Deadline Exceeded on read rows
cafc5ad
Fix line over-indented
f974752
Fix line over-indented
13adfd6
Refactore yield_rows retry
ca69a2f
1. Moved last_scanned_row_key into YieldRowsData.
02c154e
Fix line over-indented
b6da7fa
Fix row_data.py
f1a2d92
Change row.py as requested
65c1c4b
Create new test case for yield_rows iterator failure
170a173
Fix for start_inclusive on retry read rows.
5da3fd3
Merge branch 'master' of https://github.com/zakons/google-cloud-pytho…
a610431
Move retry read rows into YieldRowsData.read_rows to avoid throwing e…
f930b22
Refactor update of request_pb.
0fe27de
Add new line at the end of the file
2b47791
Integrate Retry for the read rows retry code.
14c1c96
Change default for max_count to None.
zakons 4a6128e
Revert changes
zakons 04533d0
fix __next__ = next
ba533e9
Merge branch 'feature/read_rows_retry' of https://github.com/zakons/g…
f81fded
Add documentation for new parameters on YieldRowsData
zakons 5ad48d4
Working on unit test code
ca6f925
Refactor retry read rows using PR review comments.
bf9fd93
Fix lines over-indented
0a08c48
Update retry read rows for an edge case where iterator fails on the f…
67c44ad
Update docstrings for refactored methods.
zakons 3d3477f
Remove functools
99fb43a
Merge branch 'feature/read_rows_retry' of https://github.com/zakons/g…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
Sorry, something went wrong.