This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit 0c2f5a50b46b9dba9553cab206abe518eac4ed54 Merge: f63451e d13c21f Author: Robert Bradshaw <[email protected]> AuthorDate: Tue Jan 4 12:47:58 2022 -0800 Merge pull request #16266 [BEAM-13482] Python fully qualified name external transforms. [BEAM-13482] Python fully qualified name external transforms. .../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(-)
