mls3odp commented on issue #27508:
URL: https://github.com/apache/beam/issues/27508#issuecomment-2211452658

   Does this means to use [Pipeline 
proto](https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto#L91)
 as the input of [Execute function in 
dot.go](https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/dot/dot.go#L40)?
   
   Or modify the [Render 
function](https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/core/util/dot/dot.go#L89)
 to transforming edges and nodes into the [Pipeline 
proto](https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto#L91)
 and writing the corresponding information (e.g. Pipeline::Components 
containing transforms and pcolllections) as texts? CMIIW thanks!


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to