You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2021/10/06 21:06:48 UTC

[beam] branch master updated (840121b -> 64ec15f)

This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 840121b  Merge pull request #15615 from [BEAM-12969] [Playground] Define and implement errors of the application
     add e621b3d  Dead letter option.
     add 4c78bcd  Guard setup.py logic with __main__ condition.
     add 7dee0f0  Add the ability to use subprocesses with the dead letter queue.
     add adf8bd7  Support multi-output DoFns.
     add ce05524  multi-output fix
     add 87a4826  Add thresholding to dead letter pattern.
     add 1465a18  treshold test fixes
     add 42feaa6  Better naming, documentation.
     add 64ec15f  Merge pull request #15585 Add dead letter pattern to Beam Python DoFns.

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 sdks/python/apache_beam/pvalue.py                  |   7 +-
 sdks/python/apache_beam/transforms/core.py         | 275 ++++++++++++++++++++-
 .../apache_beam/transforms/ptransform_test.py      | 231 +++++++++++++++++
 sdks/python/setup.py                               | 150 +++++------
 5 files changed, 579 insertions(+), 85 deletions(-)