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 72027e11d1f Fix DebeziumIO resuming from worker restart (#37689)
add c51e244bb95 revert 'Optimize data size estimation for proto coder.'
(#37709)
add 2403014afce Stabilize
test_check_standard_external_transforms_config_in_sync (#37717)
add 9eb3a18ae70 fix conflict (#37594)
add 32d6bce8c23 Enable pickling main by reference option within
CloudpickleConfig (#37554)
add 5c2c3530411 Add Pyrefly configuration for Beam Python (#37700)
add e9f4c99206a fix Python 3.12 PostCommit by installing setuptools
(#37719)
add 67c3183913a Revise title and header in YAML documentation (#37722)
add 9524b56c148 Add observability (#37716)
No new revisions were added by this update.
Summary of changes:
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 3 +-
examples/terraform/envoy-ratelimiter/README.md | 58 +++++++++--
examples/terraform/envoy-ratelimiter/deploy.sh | 66 ++++++++++++
.../terraform/envoy-ratelimiter/prerequisites.tf | 1 +
examples/terraform/envoy-ratelimiter/ratelimit.tf | 114 +++++++++++----------
examples/terraform/envoy-ratelimiter/variables.tf | 4 +-
sdks/python/apache_beam/coders/coder_impl.py | 6 --
.../internal/cloudpickle/cloudpickle.py | 23 +++--
.../external_transform_provider_it_test.py | 12 ++-
.../yaml/examples/testing/examples_test.py | 3 +-
.../examples/transforms/io/bigquery_write.yaml | 59 +++++++++++
sdks/python/gen_xlang_wrappers.py | 6 +-
sdks/python/pyrefly.toml | 62 +++++++++++
.../www/site/content/en/documentation/sdks/yaml.md | 6 +-
14 files changed, 334 insertions(+), 89 deletions(-)
create mode 100755 examples/terraform/envoy-ratelimiter/deploy.sh
create mode 100644
sdks/python/apache_beam/yaml/examples/transforms/io/bigquery_write.yaml
create mode 100644 sdks/python/pyrefly.toml