Re: Executing Dags atomically

2017-06-02 Thread Zsolt Tóth
Hi Scott, thanks for the answer. However, I absolutely don't want to make one Dag dependent of the other. I don't care if Dag1 fails, I still want to execute Dag2. I also don't care about the execution order of the Dags. Zsolt 2017-06-02 15:21 GMT+02:00 Scott Halgrim : > Try an ExternalTaskSens

Re: Executing Dags atomically

2017-06-02 Thread Scott Halgrim
Try an ExternalTaskSensor Thanks, Scott On Jun 2, 2017, 3:28 AM -0700, Zsolt Tóth , wrote: > Hi, > > is there a way to execute all tasks of a dag without interruption? Right > now the scheduler jumps between dags, and eventually they will all finish. > What I want is to force the scheduler to fi

Executing Dags atomically

2017-06-02 Thread Zsolt Tóth
Hi, is there a way to execute all tasks of a dag without interruption? Right now the scheduler jumps between dags, and eventually they will all finish. What I want is to force the scheduler to finish a dag completely, and jump to the next one afterwards. I think I could set all tasks of the dag to