From b69e8c615afe45b315d192efeebec138d4a03b3f Mon Sep 17 00:00:00 2001 From: Chamikara Jayalath Date: Thu, 18 Apr 2024 12:51:50 -0700 Subject: [PATCH] Updates Python Dev container used by Dataflow (#31029) --- 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 cd2924bf6e46..4870bcef5e5c 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-20240329' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20240417' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'