Skip to content

Commit b201f20

Browse files
damccormahmedabu98
andauthored
Plug transform annotations thru cross-lang interface (#33150) (#33156)
* plug annotations thru * trigger xlang tests Co-authored-by: Ahmed Abualsaud <65791736+ahmedabu98@users.noreply.github.com>
1 parent d4c6af2 commit b201f20

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/trigger_files/beam_PostCommit_Python_Xlang_Gcp_Dataflow.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
{
32
"comment": "Modify this file in a trivial way to cause this test suite to run",
43
"modification": 2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 2
3+
"modification": 3
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 1
3+
"modification": 2
44
}

sdks/python/apache_beam/transforms/external.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,7 @@ def _normalize(coder_proto):
923923
for tag,
924924
pcoll in self._expanded_transform.outputs.items()
925925
},
926+
annotations=self._expanded_transform.annotations,
926927
environment_id=self._expanded_transform.environment_id)
927928

928929

0 commit comments

Comments
 (0)