robertwb commented on code in PR #33274: URL: https://github.com/apache/beam/pull/33274#discussion_r1890543659
########## sdks/python/apache_beam/yaml/yaml_mapping.py: ########## @@ -616,6 +617,13 @@ def _PyJsFilter( See more complete documentation on [YAML Filtering](https://beam.apache.org/documentation/sdks/yaml-udf/#filtering). + + Args: + keep: An expression evaluating to true for those records that should be kept. + language: The language of the above expression. + Defaults to generic. + error_handling: (Optional) Whether and where to output records that throw errors when + the above expressions are evaluated. Review Comment: Fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
