takan
10/25/2023, 12:06 PMJake Kaplan
10/25/2023, 1:54 PM@task
level specifically.
What you're looking to do is create a flow of flows, using run_deployment
. You can think of the main flow as your full dag.
Each subflow is created by run_deployment
which will run a deployment and gives you an opportunity to define different python version, dependencies etc.takan
10/25/2023, 11:51 PMflow of flows
you mean this one in the doc?