robertwb commented on code in PR #33027:
URL: https://github.com/apache/beam/pull/33027#discussion_r1834866242
##########
sdks/python/apache_beam/yaml/yaml_provider.py:
##########
@@ -876,8 +877,10 @@ def _parse_window_spec(spec):
return beam.WindowInto(window_fn)
@staticmethod
+ @beam.ptransform_fn
+ @maybe_with_exception_handling_transform_fn
Review Comment:
Sure, that's fine.
--
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]