This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 9651c641240 Fix JDBC type validation to check for empty strings in
Read and Write Postgres schema transform providers (#36103)
add a2e09096964 Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 in /sdks
(#36038)
add 33d8d702575 [YAML] - update readme to correct pipeline calls (#36076)
add 1da37bcff00 [2/2] sdks/python: enrich data with CloudSQL [PostgreSQL,
MySQL, SQLServer] (#35473)
add becfcf86ab6 Fix CVE-2025-48734, CVE-2024-13009 (#36106)
add e64815d106a Hint Suggestions for invalid pipeline options (#36072)
add 4f0bcf63a37 Pin Avro 1.12 in expansion service container (#36108)
add dbae047c6ad feat(pubsub): support batch mode in WriteToPubSub
transform (#36027)
No new revisions were added by this update.
Summary of changes:
...PostCommit_Python_ValidatesRunner_Dataflow.json | 2 +-
.../beam_PostCommit_Python_Xlang_Gcp_Dataflow.json | 2 +-
.../workflows/beam_PreCommit_Python_Coverage.yml | 3 +-
CHANGES.md | 2 +
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
.../google-cloud-dataflow-java/worker/build.gradle | 6 +-
sdks/go.mod | 4 +-
sdks/go.sum | 8 +-
sdks/java/expansion-service/container/Dockerfile | 2 +
sdks/java/expansion-service/container/build.gradle | 4 +
sdks/java/extensions/sql/hcatalog/build.gradle | 2 +-
.../snippets/transforms/elementwise/enrichment.py | 211 +++++++++++++++++
.../transforms/elementwise/enrichment_test.py | 263 ++++++++++++++++++---
sdks/python/apache_beam/io/gcp/pubsub.py | 83 ++++++-
.../apache_beam/io/gcp/pubsub_integration_test.py | 85 +++++++
sdks/python/apache_beam/io/gcp/pubsub_test.py | 65 ++++-
.../python/apache_beam/options/pipeline_options.py | 31 ++-
sdks/python/apache_beam/pipeline.py | 4 +
.../runners/dataflow/dataflow_runner.py | 8 +
.../runners/dataflow/ptransform_overrides.py | 65 ++++-
.../apache_beam/runners/direct/direct_runner.py | 70 +-----
.../transforms/enrichment_handlers/cloudsql.py | 30 +--
.../enrichment_handlers/cloudsql_it_test.py | 35 +--
.../examples/transforms/jinja/import/README.md | 8 +-
.../examples/transforms/jinja/include/README.md | 8 +-
sdks/python/tox.ini | 2 +-
.../python/elementwise/enrichment-cloudsql.md | 146 ++++++++++++
.../transforms/python/elementwise/enrichment.md | 1 +
.../partials/section-menu/en/documentation.html | 1 +
29 files changed, 985 insertions(+), 168 deletions(-)
create mode 100644
website/www/site/content/en/documentation/transforms/python/elementwise/enrichment-cloudsql.md