-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Polish .with_exception_handling docstring #32739
Polish .with_exception_handling docstring #32739
Conversation
Assigning reviewers. If you would like to opt out of this review, comment R: @shunping for label python. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
R: @jrmccluskey for final approval |
Bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* replace 'record' with 'input' and fix example * more tweaking
* replace 'record' with 'input' and fix example * more tweaking
Fixed up the
.with_exception_handling()
docstring. The main issue is that the example didn't actually pipe the transform into anything, which was confusing when I and another user were looking at it.I also replaced "record" with "input". AFAICT, most of the Beam python docs don't refer to elements as "records".