Ok, I've did some testing. 1.10 works fine with the LocalExecutor. With the SequentialExecutor it does not pick up any task, even with a different database as sqlite. Found this one along the way: https://github.com/apache/incubator-airflow/pull/3604
There are no recent changes to the SequentialExecutor, so I'm still looking how this bug found its way into the source. For me this is a -1, right now it is not possible to just give Airflow a try using a basic setup with a SequentialExecutor. Along the way this also makes me reconsider the tests. Like with the Kubernetes test we just run a task, and then assert if it ran properly. This might also be an idea for the sequential executor. Cheers, Fokko 2018-07-13 20:15 GMT+02:00 Jakob Homan <jgho...@gmail.com>: > @Bolke - I didn't raise the concern, so I can't speak to whether or > not Sebb will be ok with that. He tends to be pretty fastidious on > this stuff and 'but some other TLP does it' hasn't gone over well > before (trust me... I've tried). Totally up to you if you'd rather > discuss it as part of the IPMC vote or just fix it to avoid > discussion. > > -jakob > > On 13 July 2018 at 09:48, Ash Berlin-Taylor > <ash_airflowl...@firemirror.com> wrote: > > Cloud that be related to my ignorefile change? `airflow list_dags` still > shows the example dags - the output is the same for that command as on > v1-9-stable. > > > > Though I just noticed I'd left `self.log.info <http://self.log.info/>()` > in there. That's going to be noisy. https://github.com/apache/ > incubator-airflow/pull/3603 <https://github.com/apache/ > incubator-airflow/pull/3603> > > > > -ash > > > >> On 13 Jul 2018, at 17:36, Bolke de Bruin <bdbr...@gmail.com> wrote: > >> > >> Example dags are not picked up. If you put a dag in the normal dag > folder it works fine. > >> > >> Please create a jira for this @fokko. A pr would be appreciated. > >> > >> B. > >> > >> Sent from my iPhone > >> > >>> On 13 Jul 2018, at 15:46, Driesprong, Fokko <fo...@driesprong.frl> > wrote: > >>> > >>> With the SequentialExecutor the webserver also acts as the scheduler > >>> (without parallelism) > >>> > >>> 2018-07-13 15:43 GMT+02:00 Carl Johan Gustavsson < > carl.jo...@tictail.com>: > >>> > > >