Luke
02/01/2023, 9:17 PMNate
02/01/2023, 9:31 PMrun_deployment
within submit_subflow
and then those flow runs will be tracked as subflows
you can import run_deployment
like
from prefect.deployments import run_deployment
(which is not a task, but might be convenient to wrap in a task so you can use map)Luke
02/01/2023, 9:32 PMNate
02/01/2023, 9:32 PM