gee
03/07/2025, 12:01 PMgraphviz
. Am I missing anything? It looks pretty standard in other tools (dagster, airflow, flyte).Bianca Hoch
03/07/2025, 2:22 PMvisualize()
method which uses graphviz
would be the way to go.
Otherwise, you can just run your flow locally, like you would with any other python script, to see the graph generated in realtime.