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 2341d3f7b7d Remove relative change threshold condition (#37643)
add 80b49029c64 Fix Playground Frontend Test job (#37642)
add 9ee4fe64f2b [yaml] : add available yaml io connectors to website
(#37605)
add e755b53b5a5 Add an instruction for using Docker buildx when building
containers. (#37706)
add 27a5fca9cca Moves expectMessage to before creating BeamFnLoggingClient
since exception can be thrown inside createAndStart method.
add 6b647c7e3d6 Merge pull request #37692: Moves expectMessage to before
creating BeamFnLoggingClient
add 940a8ca5db9 Bigtable: clean up client side metrics flag
add 193db392a93 Merge pull request #37596: Bigtable: clean up client side
metrics flag
add caf661798f7 Fix PreCommit tests involving docker-in-docker after
Milvus dependency rearrangements (#37711)
add 06dd48e9313 Revert "Update cibuildwheel dependency (#37504)" (#37713)
add 72027e11d1f Fix DebeziumIO resuming from worker restart (#37689)
No new revisions were added by this update.
Summary of changes:
.agent/skills/gradle-build/SKILL.md | 26 +++-
.agent/skills/python-development/SKILL.md | 12 +-
.../workflows/beam_PreCommit_Python_Coverage.yml | 35 +----
.github/workflows/beam_PreCommit_Python_ML.yml | 6 +-
.github/workflows/build_wheels.yml | 4 +-
playground/frontend/build.gradle | 3 +-
.../integration_test/embedded_run_test.dart | 2 +-
.../frontend/playground_components/pubspec.yaml | 6 +-
.../lib/src/widget_tester.dart | 13 +-
.../playground_components_dev/pubspec.yaml | 4 +-
playground/frontend/pubspec.yaml | 4 +-
.../harness/logging/BeamFnLoggingClientTest.java | 2 +-
sdks/java/io/debezium/src/README.md | 7 +-
.../org/apache/beam/io/debezium/DebeziumIO.java | 28 ++--
.../beam/io/debezium/KafkaSourceConsumerFn.java | 151 +++++++++++----------
.../io/debezium/KafkaSourceConsumerFnTest.java | 89 ++++++++++--
.../apache/beam/io/debezium/OffsetTrackerTest.java | 25 +---
.../io/gcp/bigtable/BigtableServiceFactory.java | 13 --
sdks/python/build.gradle | 3 +-
sdks/python/setup.py | 2 +-
.../site/content/en/documentation/io/connectors.md | 140 ++++++++++++++++---
21 files changed, 354 insertions(+), 221 deletions(-)