Cristian Federiconi
03/12/2024, 3:06 PMDominic Tarro
03/12/2024, 9:36 PMChris Guidry
03/14/2024, 1:36 PMrun_deployment
for the subflows, they will still show the correct linkages to the parent flow in the flow run graph as well. One way to think about a Prefect deployment is as a combination of a flow and some specification for the infrastructure you want that flow to run on (via the work pool you choose for it)Cristian Federiconi
03/14/2024, 4:28 PMChris Guidry
03/15/2024, 1:29 PMcreate_flow_run_from_deployment
is a lower-level utility that run_deployment
uses, and then run_deployment
adds the linking between the parent and subflows.