lostluck commented on issue #25896: URL: https://github.com/apache/beam/issues/25896#issuecomment-1489252651
A UI is intended longer term for the Direct runner replacement, the [Prism runner](https://github.com/apache/beam/tree/master/sdks/go/pkg/beam/runners/prism). The Direct Runner's implementation kind of prevents useful visualization, let alone to progress and similar. That said The "dot" runner, can be used to produce a dot file of the pipeline graph: https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/dot/dot.go#L37 Which can then be visualized with Graphviz, or a tool that uses it like: https://dreampuf.github.io/GraphvizOnline/ -- 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]
