Re: Latest Sphinx (2.1.2) causes master to fail

2019-06-24 Thread Maxime Beauchemin
Oh nice, I had never looked into poetry before. I might just use that on the Superset side too then! Max On Mon, Jun 24, 2019 at 2:31 PM Jarek Potiuk wrote: > Indeed. Poetry is what we wanted to try already for quite a while and it > seems it has pretty much what we need including extras suppor

Re: Question on GSoD

2019-06-24 Thread Ash Berlin-Taylor
I think the order you have listed them there is the order of usefulness - 1 and 2 are quite closely related, and 5 is good for getting new contributors involved but only a small percentage of our users will want to commit back. We look forward to your submission! -ash > On 24 Jun 2019, at 22:3

Question on GSoD

2019-06-24 Thread Rauf Butt
Dear Airflow community, I came to know about Airflow project from Google Season of Docs and would like to contribute by technical writing. I have looked at the ideas page and am interested in following three projects: No. 1

Re: Latest Sphinx (2.1.2) causes master to fail

2019-06-24 Thread Jarek Potiuk
Indeed. Poetry is what we wanted to try already for quite a while and it seems it has pretty much what we need including extras support and .lock file - quite similar to npm approach + nice set of command line tools to manage deps. J. On Mon, Jun 24, 2019 at 11:24 PM Ash Berlin-Taylor wrote: >

Re: Latest Sphinx (2.1.2) causes master to fail

2019-06-24 Thread Ash Berlin-Taylor
Hi Max, Did you take a look at Poetry (https://poetry.eustace.io/ )? How does this PR compare? -ash > On 24 Jun 2019, at 22:02, Maxime Beauchemin > wrote: > > This Superset PR may be relevant and useful for Airflow too (still WiP): > https://github.com/apache/inc

Re: Latest Sphinx (2.1.2) causes master to fail

2019-06-24 Thread Maxime Beauchemin
This Superset PR may be relevant and useful for Airflow too (still WiP): https://github.com/apache/incubator-superset/pull/7762 Basically it allows your project to define a "requirements/" folder with a "requirements.json" as a single source of truth for all deps, including the details of what goe

Re: I have joined Astronomer full-time !!

2019-06-24 Thread Kaxil Naik
Thank You all. On Mon, Jun 24, 2019, 20:29 Arthur Wiedmer wrote: > Congratulations Kaxil! > > Best wishes, > Arthur > > On Fri, Jun 21, 2019 at 11:53 AM Kaxil Naik wrote: > > > Hi all, > > > > I have already posted this on LinkedIn but for others in the community, I > > am super-excited to anno

Re: I have joined Astronomer full-time !!

2019-06-24 Thread Arthur Wiedmer
Congratulations Kaxil! Best wishes, Arthur On Fri, Jun 21, 2019 at 11:53 AM Kaxil Naik wrote: > Hi all, > > I have already posted this on LinkedIn but for others in the community, I > am super-excited to announce that as of 20 June I have joined Astronomer as > a full-time employee. And similar

Re: [DISCUSS] Back to (some) dependency pinning

2019-06-24 Thread Ash Berlin-Taylor
Another suggestion someone (I forget who, sorry) had was that we could maintain a full list of _fully tested and supported versions_ (i.e. the output of `pip freeze`) - that way people _can_ use other versions if they want, but we can at least say "use these versions". I'm not 100% sure how tha

Re: I have joined Astronomer full-time !!

2019-06-24 Thread Aizhamal Nurmamat kyzy
Congratulations on the wedding and new job! Excited for all the cool things that are coming to Airflow with all three of you working full time on it:) On Sun, Jun 23, 2019 at 13:36 Christian Lellmann wrote: > Congrats Kaxil! > > Have nice time! :) > > > Deng Xiaodong schrieb am So., 23. Juni 20

[DISCUSS] Back to (some) dependency pinning

2019-06-24 Thread Jarek Potiuk
With the recent Sphinx problem - we got back our old-time enemy. In this case sphinx autoapi has been released yesterday to 1.1.0 version and it started to caused our master to fail, causing kind of emergency rush to fix as master (and all PRs bas

Re: Latest Sphinx (2.1.2) causes master to fail

2019-06-24 Thread Kaxil Naik
It works :) - The CI passed for the commit on v1-10-test, so your PR should pass as well. On Mon, Jun 24, 2019 at 1:40 PM Jarek Potiuk wrote: > I pinned auto-api to below 1.1.0 and re-run the test - Let's hope it works > for now . > > On Mon, Jun 24, 2019 at 10:05 AM Jarek Potiuk > wrote: > > >

Re: Latest Sphinx (2.1.2) causes master to fail

2019-06-24 Thread Jarek Potiuk
I pinned auto-api to below 1.1.0 and re-run the test - Let's hope it works for now . On Mon, Jun 24, 2019 at 10:05 AM Jarek Potiuk wrote: > OK. After some checks it turns out it's not only Sphinx really but also > sphinx-autoapi (v 1.1.0 released yesterday). > > J. > > > On Mon, Jun 24, 2019 at

Re: Latest Sphinx (2.1.2) causes master to fail

2019-06-24 Thread Kaxil Naik
Yeah, I was discussing that with Ash and just posted the same message :-D On Mon, Jun 24, 2019 at 1:35 PM Jarek Potiuk wrote: > OK. After some checks it turns out it's not only Sphinx really but also > sphinx-autoapi (v 1.1.0 released yesterday). > > J. > > > On Mon, Jun 24, 2019 at 9:29 AM Jare

Re: Latest Sphinx (2.1.2) causes master to fail

2019-06-24 Thread Kaxil Naik
It is actually Sphinx AutoApi - I am testing it now on v1-1-test branch by pinning the older version. Will keep you posted. On Mon, Jun 24, 2019 at 12:59 PM Jarek Potiuk wrote: > Kamil prepared a fix https://github.com/apache/airflow/pull/5468 > (thanks!) and > when I tested it on a clean pip-i

Re: Latest Sphinx (2.1.2) causes master to fail

2019-06-24 Thread Jarek Potiuk
OK. After some checks it turns out it's not only Sphinx really but also sphinx-autoapi (v 1.1.0 released yesterday). J. On Mon, Jun 24, 2019 at 9:29 AM Jarek Potiuk wrote: > Kamil prepared a fix https://github.com/apache/airflow/pull/5468 (thanks!) and > when I tested it on a clean pip-install

Re: Latest Sphinx (2.1.2) causes master to fail

2019-06-24 Thread Jarek Potiuk
Kamil prepared a fix https://github.com/apache/airflow/pull/5468 (thanks!) and when I tested it on a clean pip-install with latest sphinx it seems to work fine (Running Travis CI build now). Let's see if it helps. BTW. The AIP-10 Docker image