youngoli commented on pull request #13255:
URL: https://github.com/apache/beam/pull/13255#issuecomment-723365984


   I just checked the pipeline graph that gets sent to the runner, after 
external transforms are re-expanded (at 
[universal.go:100](https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/universal/universal.go#L100)),
 and it seems to still have the composite transform like we'd like.
   
   I strip out the composites only from the expansion request right now. When 
it external transforms get replaced by the expanded versions later it seems to 
all happen inside the composite transform and that seems to be preserved. 
Although I'd like to check it in the actual Dataflow visualization at some 
point just to make sure there aren't any subtle issues.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to