From df10609129093bebdd857d4d9e6daaf68d3cbfbb Mon Sep 17 00:00:00 2001 From: Damon Date: Mon, 12 Aug 2024 14:52:26 -0700 Subject: [PATCH] Update names.py with container image tag (#32160) --- 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 40147e9926dc..3d51bd21e705 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 @@ # 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-20240613' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20240809' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'