This is an automated email from the ASF dual-hosted git repository.
Abacn 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 6b55c145853 Update Dataflow Proto (#38540)
6b55c145853 is described below
commit 6b55c145853ba2167dfe0b39fbad191ada622c04
Author: Tarun Annapareddy <[email protected]>
AuthorDate: Tue May 19 19:20:01 2026 -0700
Update Dataflow Proto (#38540)
---
.../dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/sdks/python/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py
b/sdks/python/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py
index 582fb30b57b..19822d4428b 100644
---
a/sdks/python/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py
+++
b/sdks/python/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py
@@ -4477,10 +4477,15 @@ class Package(_messages.Message):
type is: Google Cloud Storage: storage.googleapis.com/{bucket}
bucket.storage.googleapis.com/
name: The name of the package.
+ sha256: Optional. The hex-encoded SHA256 checksum of the package. If the
+ checksum is provided, the worker will verify the checksum of the package
+ before using it. If the checksum does not match, the worker will fail to
+ start.
"""
location = _messages.StringField(1)
name = _messages.StringField(2)
+ sha256 = _messages.StringField(3)
class ParDoInstruction(_messages.Message):