Re: Airflow 1.10.5 Python 2.7 compatability

2019-09-16 Thread Jarek Potiuk
Fokko - It's marshmallow-sqlalchemy - it's been fixed in master and v1-10-test branch in https://issues.apache.org/jira/browse/AIRFLOW-5430 (to be released in 1.10.6). It was a problem for both 3.5 and 2.7. Hopefully with some ways to dependency-pin release versions. Maxime - 3.5 is still

Re: Airflow 1.10.5 Python 2.7 compatability

2019-09-16 Thread Maxime Beauchemin
Fokko, surprised to see you use 3.5 . I thought most people went straight to 3.6 as soon as it came out, as there are very little reasons to be on the 3 to 3.5 range anymore I'd say we should go straight to 3.6+ for Airflow as we deprecate 2.7 https://pythonclock.org/ On Mon, Sep 16, 2019 at

Airflow 1.10.5 Python 2.7 compatability

2019-09-16 Thread Driesprong, Fokko
Hi guys, While preparing a training, I think we have another incompatible dependency that screws up Python 2.7 compatibility: MacBook-Pro-van-Fokko:airspark fokkodriesprong$ kubectl logs airflow-deployment-f55b986f-5tmt7 webserver [2019-09-16 21:10:40,045] {settings.py:213} INFO -

Re: Failing master of airflow

2019-09-16 Thread Jarek Potiuk
It's fixed now - master is GREEN again. Feel free to rebase your changes on top of it if they failed before with impersonation-related errors. On Mon, Sep 16, 2019 at 11:54 AM Jarek Potiuk wrote: > Hello everyone, > > It seems that we have failing master now due to some hackathon change >

Failing master of airflow

2019-09-16 Thread Jarek Potiuk
Hello everyone, It seems that we have failing master now due to some hackathon change merged yesterday. I just reverted it ( https://travis-ci.org/apache/airflow/builds/585495071) and hopefully it will be OK. Once we merge it, we will let you all know and you should rebase any of your