Skip to content

Commit

Permalink
Plug transform annotations thru cross-lang interface (#33150) (#33156)
Browse files Browse the repository at this point in the history
* plug annotations thru

* trigger xlang tests

Co-authored-by: Ahmed Abualsaud <65791736+ahmedabu98@users.noreply.github.com>
  • Loading branch information
damccorm and ahmedabu98 authored Nov 18, 2024
1 parent d4c6af2 commit b201f20
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 2
"modification": 3
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 1
"modification": 2
}
1 change: 1 addition & 0 deletions sdks/python/apache_beam/transforms/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ def _normalize(coder_proto):
for tag,
pcoll in self._expanded_transform.outputs.items()
},
annotations=self._expanded_transform.annotations,
environment_id=self._expanded_transform.environment_id)


Expand Down

0 comments on commit b201f20

Please sign in to comment.