I've got one I use in Python too (including drilling down into composites). It's a portable runner. I should clean it up and make it generally available.
On Mon, Nov 7, 2022 at 9:25 AM Robert Burke <[email protected]> wrote: > > 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 > <[email protected]> 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
