Peter Roelants
05/21/2021, 9:57 AMStartFlowRun
. However, this needs a flow being registered prior to calling StartFlowRun.run()
, which requires Prefect Cloud or server to register the flow.
Is there an alternative to use dependent flows when no prefect Cloud or Server is available (for example when running a unit-test testing the full flow and its dependent flows)?Kevin Kho
Peter Roelants
05/21/2021, 12:31 PMStartFlowRun
to be able to test a full end-to-end test with dependent flows.