OK, I put this together as a PR:
https://github.com/apache/beam/pull/24037 (I think I've written this
beam proto -> dot code half a dozen times by now...it'll be good to
have it checked in and reusable.)

On Mon, Nov 7, 2022 at 11:06 AM Matt Casters <matt.cast...@neo4j.com> wrote:
>
> Apache Hop pipelines are actually just XML files. So if you know how the 
> source pipeline looks you can convert it and visualize and edit it using the 
> Hop GUI.
>
> On Mon, Nov 7, 2022 at 6:19 PM 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
>
>
>
> --
> Neo4j Chief Solutions Architect
> ✉   matt.cast...@neo4j.com
>
>
>

Reply via email to