We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Beam YAML's PyTransform does not allow a caller to specify error_handling similar to other turnkey transforms.
error_handling
One would expect the following to work:
- type: PyTransform name: Transform config: constructor: __callable__ kwargs: source: | def process(pcoll): return pcoll | beam.Map(lambda row: row.line) error_handling: output: errors
Priority: 2 (default / most bugs should be filed as P2)
The text was updated successfully, but these errors were encountered:
@Polber Can I take this issue
Sorry, something went wrong.
.take-issue
mravi
No branches or pull requests
What happened?
Beam YAML's PyTransform does not allow a caller to specify
error_handling
similar to other turnkey transforms.One would expect the following to work:
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: