Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/runners/dataflow/internal/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
# 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-20260316'
BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20260401'
Comment thread
apanich marked this conversation as resolved.
Outdated

DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'
Loading