Skip to content

Commit

Permalink
[BEAM-9034] Update environment_id for ExternalTransform in Python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ihji committed Dec 27, 2019
1 parent 614386b commit ea6ef3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/apache_beam/transforms/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ def _normalize(coder_proto):
inputs=self._expanded_transform.inputs,
outputs={
tag: pcoll_renames.get(pcoll, pcoll)
for tag, pcoll in self._expanded_transform.outputs.items()})
for tag, pcoll in self._expanded_transform.outputs.items()},
environment_id=self._expanded_transform.environment_id)


class JavaJarExpansionService(object):
Expand Down

0 comments on commit ea6ef3c

Please sign in to comment.