robertwb commented on code in PR #31856:
URL: https://github.com/apache/beam/pull/31856#discussion_r1724058570


##########
sdks/python/apache_beam/transforms/core.py:
##########
@@ -1633,7 +1636,19 @@ def with_exception_handling(
         use_subprocess,
         threshold,
         threshold_windowing,
-        timeout)
+        timeout,
+        error_handler)
+
+  def with_error_handler(self, error_handler, **exception_handling_kwargs):

Review Comment:
   Good call. Done.



-- 
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]

Reply via email to