Skip to content

Commit

Permalink
Populate missing display data for remotely expanded transforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Jun 3, 2022
1 parent f24cedf commit 93002d6
Showing 1 changed file with 1 addition and 0 deletions.
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 @@ -664,6 +664,7 @@ def _normalize(coder_proto):
for tag,
pcoll in proto.outputs.items()
},
display_data=proto.display_data,
environment_id=proto.environment_id)
context.transforms.put_proto(id, new_proto)

Expand Down

0 comments on commit 93002d6

Please sign in to comment.