This is an automated email from the ASF dual-hosted git repository.
xqhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 2cc49e02ee9 Bump cloud.google.com/go/bigquery from 1.63.0 to 1.63.1 in
/sdks (#32640)
add 54576c3fbf5 Create yaml_enrichment.py
add 02a22bc2901 Create yaml_enrichment_test.py
add f9fc865fbe4 Create enrichment integration test
add ba2b10e6b32 Register enrichment transform in standard_providers.yaml
add 788e4a20e95 minor changes
add e20166d87c0 minor updates
add ee6258ef5ab fixing lint failures
add c647e47c573 disable feast if not installed
add e917933c090 fix failures
add e24ea06263f separate block for feast import error
add c288f1ad384 minor changes
new 33fdb234e3d Merge pull request #32286 from reeba212/enrichment-yaml
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:
sdks/python/apache_beam/yaml/integration_tests.py | 2 +-
.../apache_beam/yaml/standard_providers.yaml | 5 +
.../yaml/tests/{bigquery.yaml => enrichment.yaml} | 65 ++++++-----
sdks/python/apache_beam/yaml/yaml_enrichment.py | 126 +++++++++++++++++++++
.../apache_beam/yaml/yaml_enrichment_test.py | 75 ++++++++++++
5 files changed, 243 insertions(+), 30 deletions(-)
copy sdks/python/apache_beam/yaml/tests/{bigquery.yaml => enrichment.yaml}
(57%)
create mode 100644 sdks/python/apache_beam/yaml/yaml_enrichment.py
create mode 100644 sdks/python/apache_beam/yaml/yaml_enrichment_test.py