https://prefect.io logo
m

Matthew Seligson

07/20/2022, 1:35 PM
In Orion, what goes into the serialized representation of a flow when it’s registered? How can the DAG of a flow be visualized before the flow is actually executed?
k

Kevin Kho

07/20/2022, 2:21 PM
There is no registration DAG (at least for now). The DAG is only generated after the run because of the adding tasks can not be dynamic. So there is no equivalent fo
flow.visualize()
yet
m

Matthew Seligson

07/20/2022, 3:07 PM
Thanks. Is that under development?
k

Kevin Kho

07/20/2022, 4:16 PM
Not part of immediate roadmap because you can have non task code or add tasks on the fly so it’s like we’d need to run through the flow for one pass
4 Views