i have a flow in which there are numerous subflows...
# prefect-community
h
i have a flow in which there are numerous subflows and the dependencies of subflow B are depended on subflow A . is there a way to use subflowB.set_upstream(subflow_A) in prefect 2.0?
k
They don’t have
wait_for
because they are blocking anyway so if you use the
SequentialTaskRunner
, they will run in order
h
and where do i give the config for kubernetesflowrunner which a perimeter of Deployemnt() so that each of my subflows have different allocated resources
*which is
z
Subflows run in-process right now. We’ll expose submission to different infrastructure in the future though.
h
ok and where do i give the config to kubernetesflowrunner ?
z
Deployment(flow_runner=KubernetesFlowRunner(<config here>))