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 f63451e Merge pull request #16246: [BEAM-12391] update avro sink to
close the opened file handle directly
add 6045ee1 [BEAM-13482] Python fully qualified name external transforms.
add d13c21f Add Python expansion service entry point.
new 0c2f5a5 Merge pull request #16266 [BEAM-13482] Python fully qualified
name external transforms.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../runners/portability/expansion_service_main.py | 72 ++++++++++++++
sdks/python/apache_beam/transforms/external.py | 10 +-
.../transforms/fully_qualified_named_transform.py | 107 +++++++++++++++++++++
.../fully_qualified_named_transform_test.py | 102 ++++++++++++++++++++
sdks/python/apache_beam/typehints/schemas.py | 21 +++-
5 files changed, 306 insertions(+), 6 deletions(-)
create mode 100644
sdks/python/apache_beam/runners/portability/expansion_service_main.py
create mode 100644
sdks/python/apache_beam/transforms/fully_qualified_named_transform.py
create mode 100644
sdks/python/apache_beam/transforms/fully_qualified_named_transform_test.py