You'll be able to specify an executor to the SubDAG. It's common to utilize the SequentialExecutor if you'd like to operate the SubDAG in-procedure and correctly limit its parallelism to one. Utilizing LocalExecutor is often problematic as it could over-subscribe your worker, running multiple duties in just one slot.Because each route in the DAG is… Read More