Re: Airflow 1.8.0 BETA 3

2017-01-26 Thread Bolke de Bruin
Sorry, it was working due to my unclean build environment. Please try https://github.com/apache/incubator-airflow/pull/2023 , +1 if it works and I will make Beta 4 available. Bolke > On 26 Jan 2017, at 13:27, Alex Van Boxel wrote: > > so, yes. doesn't work: > > I did: > -

Re: Airflow 1.8.0 BETA 3

2017-01-26 Thread Alex Van Boxel
so, yes. doesn't work: I did: - create new conda environment - python setup.py install - rm airflow.db (sqllite) - airflow initdb same error: self._revision_map File "/Users/alexvanboxel/miniconda2/lib/python2.7/site-packages/alembic-0.8.10-py2.7.egg/alembic/util/langhelpers.py", line 240,

Re: Airflow 1.8.0 BETA 3

2017-01-26 Thread Bolke de Bruin
I’ll have a look at it, and if needed release Beta 4. - Bolke > On 26 Jan 2017, at 10:53, Alex Van Boxel wrote: > > About the database error: starting from scratch also gives the same error: > > Fresh install. Delete airflow.db sqllite db. And the : airflow initdb > > same

Re: Airflow 1.8.0 BETA 3

2017-01-26 Thread Alex Van Boxel
About the database error: starting from scratch also gives the same error: Fresh install. Delete airflow.db sqllite db. And the : airflow initdb same error as above. On Thu, Jan 26, 2017 at 10:12 AM Alex Van Boxel wrote: > Not directly one I can share. I'll spend some time

Re: Airflow 1.8.0 BETA 3

2017-01-26 Thread Alex Van Boxel
Not directly one I can share. I'll spend some time looking at it. I'll try to create a unittest of it. On Thu, Jan 26, 2017 at 9:47 AM Bolke de Bruin wrote: > Do you have a example dag for this? That makes it easier to work on. > > Bolke > > Sent from my iPhone > > > On 26

Re: Airflow 1.8.0 BETA 3

2017-01-26 Thread Bolke de Bruin
Do you have a example dag for this? That makes it easier to work on. Bolke Sent from my iPhone > On 26 Jan 2017, at 08:36, Alex Van Boxel wrote: > > Another thing that I noticed (but observed it in beta 2 as well). Is the > following: > > - The following trigger should not

Re: Airflow 1.8.0 BETA 3

2017-01-26 Thread Bolke de Bruin
It is only an issue when you go from beta 2 to beta 3. Not if you upgrade from 1.7.1. Sent from my iPhone > On 26 Jan 2017, at 08:38, Alex Van Boxel wrote: > > The downgrade is ok for testing, but we can't release with this change > (can't expect people to install a beta

Re: Airflow 1.8.0 BETA 3

2017-01-25 Thread Alex Van Boxel
The downgrade is ok for testing, but we can't release with this change (can't expect people to install a beta first). On Thu, Jan 26, 2017 at 8:36 AM Alex Van Boxel wrote: > Another thing that I noticed (but observed it in beta 2 as well). Is the > following: > > - The

Re: Airflow 1.8.0 BETA 3

2017-01-25 Thread Alex Van Boxel
Another thing that I noticed (but observed it in beta 2 as well). Is the following: - The following trigger should not fire. --- Trigger rule is ONE_SUCCESS --- upstream: UP_FOR_RETRY + SKIPPED => task get's triggered => resulting SKIPPED => DAG marked success, with half of the Tasks

Re: Airflow 1.8.0 BETA 3

2017-01-25 Thread Bolke de Bruin
Mmm that is due to the reverting of one changes to the db. Need to look into that how to fix it. Sent from my iPhone > On 26 Jan 2017, at 00:51, Alex Van Boxel wrote: > > I do seem to have a problem upgrading the MySQL database with the last > commit: > > >

Re: Airflow 1.8.0 BETA 3

2017-01-25 Thread Alex Van Boxel
I do seem to have a problem upgrading the MySQL database with the last commit: 2017-01-25T23:41:55.662572654Z /usr/local/lib/python2.7/site-packages/alembic-0.8.9-py2.7.egg/alembic/util/messaging.py:69: UserWarning: Revision 1a5a9e6bf2b5 referenced from 1a5a9e6bf2b5 -> 127d2bf2dfa7 (head), Add