This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new a8954691239 Updates Python SDK harness HEAD container for Dataflow.
(#32369)
a8954691239 is described below
commit a8954691239435883e111b8325254e59a49a99ce
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Thu Aug 29 15:36:07 2024 -0700
Updates Python SDK harness HEAD container for Dataflow. (#32369)
---
sdks/python/apache_beam/runners/dataflow/internal/names.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py
b/sdks/python/apache_beam/runners/dataflow/internal/names.py
index d3c6f0f8dba..7b1afdd66b9 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -34,6 +34,6 @@ SERIALIZED_SOURCE_KEY = 'serialized_source'
# Unreleased sdks use container image tag specified below.
# Update this tag whenever there is a change that
# requires changes to SDK harness container or SDK harness launcher.
-BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20240819'
+BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20240829'
DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'