The Go SDK has a "dot" runner to visualize pipeline protos as a dot graph but it's it's not set up as a portable runner. Probably wouldn't be too hard to get it to operate as a stand alone tool, for someone motivated enough.
On Mon, Nov 7, 2022, 9:19 AM Valentyn Tymofieiev via dev < dev@beam.apache.org> wrote: > I'd like to visualize a DAG for a Beam portable pipeline, from a .pb file > or a textproto representation. > > Is some runner's UI readily available to make it possible (without > executing the job)? I was thinking perhaps Apache Hop integration (if we > have one) might be able to do that. > > If not, it should be fairly simple to convert the pipeline to dot format > and use graphviz. > > Thanks, > Valentyn >