Khari Gardner
08/06/2023, 9:17 PMNate
08/06/2023, 10:01 PMthe class based flow building isn't really supported or recommended in Prefectyou mean the imperative api from prefect 1 where you could say
Flow.add_task()
etc then you're correct, since the execution graph is discovered at runtime in prefect 2 (no DAG up front)
how exactly are you trying to go from yaml to prefect flows?Khari Gardner
08/07/2023, 2:14 AM