Hi my understanding is: if you use the LatestOnlyOperator then when you run the DAG for the first time you'll see a whole bunch of DAG runs queued up, and in each run the LatestOnlyOperator will cause the rest of the DAG run to be skipped. Only the latest DAG will run in 'full'.
With catchup = False, you should just get just the latest DAG run. On Fri, Jul 20, 2018 at 10:58 PM Shubham Gupta <shubham180695...@gmail.com> wrote: > ---------- Forwarded message --------- > From: Shubham Gupta <shubham180695...@gmail.com> > Date: Fri, Jul 20, 2018 at 2:38 PM > Subject: Catchup By default = False vs LatestOnlyOperator > To: <dev-subscr...@airflow.incubator.apache.org> > > > Hi! > > Can someone please explain the difference b/w catchup by default = False > and LatestOnlyOperator? > > Regarding > Shubham Gupta >