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 2022/06/10 20:59:55 UTC

[beam] branch master updated (3c5ea0dfd50 -> db4141bc16f)

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 3c5ea0dfd50 Add native PubSub IO prototype to Go (#17955)
     add db4141bc16f Allow creation of dynamically defined transforms in the Python expansion service. (#17822)

No new revisions were added by this update.

Summary of changes:
 .../apache/beam/sdk/util/PythonCallableSource.java |  2 +-
 .../extensions/python/PythonExternalTransform.java | 37 ++++++++++++++++++++
 .../transforms/fully_qualified_named_transform.py  | 27 +++++++++++++--
 .../fully_qualified_named_transform_test.py        | 39 ++++++++++++++++++++++
 sdks/python/apache_beam/utils/python_callable.py   | 14 +++++---
 .../apache_beam/utils/python_callable_test.py      | 19 +++++++++++
 6 files changed, 130 insertions(+), 8 deletions(-)