Hi, Luke! Thanks a lot! Do you have a short code example of how the renderers work in Beam?
Rustam On Mon, Nov 11, 2019, 17:16 Luke Cwik <[email protected]> wrote: > Have you tried the PipelineDotRenderer[1]? > > It can create a dot graph of both a Java pipeline object and also the > proto pipeline representation. It isn't very sophisticated so feel free to > contribute to improve upon it. > > 1: > https://github.com/apache/beam/blob/95297dd82bd2fd3986900093cc1797c806c859e6/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/renderer/PipelineDotRenderer.java#L28 > > On Sat, Nov 9, 2019 at 1:40 PM Rustam Mehmandarov <[email protected]> > wrote: > >> Hi all, >> >> I am looking for a way to get the pipeline graph for Beam Java API, >> something similar to the info that is used to visualise the pipeline when >> submitting the job to Dataflow. Any help is greatly appreciated. >> >> Thanks, >> Rustam >> >
