Re: Airflow 1.8.0 alpha 2

2017-01-06 Thread Jeremiah Lowin
>>>>> newer features/bugfixes). The problem turned out to be that the > search was > >>>>>> finding no results, so the line: > >>>>>> > >>>>>> > >>>>>> groups_list = [regex.search(i).group(1) for i in user_groups] > >>>>>

Re: Airflow 1.8.0 alpha 2

2017-01-06 Thread Bolke de Bruin
gt;>>> >>>>>> >>>>>> groups_list = [regex.search(i).group(1) for i in user_groups] >>>>>> >>>>>> >>>>>> would fail because it had no matching groups to return. This turned out >>>>>> to be because Windows

Re: Airflow 1.8.0 alpha 2

2017-01-06 Thread Bolke de Bruin
*") >>>>> >>>>> >>>>> I haven't looked it up, but Windows Active Directory is case >>>>> insensitive when it comes to usernames and groups, so I wouldn't be >>>>> surprised if the protocol itself is case insensitive

Re: Airflow 1.8.0 alpha 2

2017-01-05 Thread Chris Riccomini
is case >>>> insensitive when it comes to usernames and groups, so I wouldn't be >>>> surprised if the protocol itself is case insensitive and both "cn=" and >>>> "CN=" should be considered valid. As such I've a PR open for a simple fix &

Re: Airflow 1.8.0 alpha 2

2017-01-05 Thread Chris Riccomini
>> protocol itself is case insensitive and both "cn=" and "CN=" should be >>> considered valid. As such I've a PR open for a simple fix to make this >>> regex case insensitive: https://github.com/apache/incu >>> bator-airflow/pull/1945 >>

Re: Airflow 1.8.0 alpha 2

2017-01-05 Thread Chris Riccomini
tp://www.oliverwyman.com/> > > ____________ > From: Chris Riccomini <criccom...@apache.org> > Sent: 05 January 2017 00:34:27 > To: dev@airflow.incubator.apache.org > Subject: Re: Airflow 1.8.0 alpha 2 > > I am now running 1.8.0a2 in our dev envi

Re: Airflow 1.8.0 alpha 2

2017-01-05 Thread Miller, Robin
___ From: Chris Riccomini <criccom...@apache.org> Sent: 05 January 2017 00:34:27 To: dev@airflow.incubator.apache.org Subject: Re: Airflow 1.8.0 alpha 2 I am now running 1.8.0a2 in our dev environment. It seems to be functioning well. One issue we've hit is that the LDAP auth plugin isn't

Re: Airflow 1.8.0 alpha 2

2017-01-04 Thread Alex Van Boxel
myOperator( > > task_id='one_failed', > > trigger_rule='one_failed', > > dag=dag) > > > > fail_task.set_upstream([task1,task2,task3]) > > > > > On 4 Jan 2017, at 20:35, Chris Riccomini <criccom...@apache.org> > wrote: > >

Re: Airflow 1.8.0 alpha 2

2017-01-04 Thread Bolke de Bruin
r, should I be seeing any issues? > > On Wed, Jan 4, 2017 at 8:20 AM, Bolke de Bruin <bdbr...@gmail.com> wrote: > >> Hi All, >> >> I have put up Airflow 1.8.0 alpha 2 in https://people.apache.org/~bolke/ < >> https://people.apache.org/~bolke/> . >&

Airflow 1.8.0 alpha 2

2017-01-04 Thread Bolke de Bruin
Hi All, I have put up Airflow 1.8.0 alpha 2 in https://people.apache.org/~bolke/ <https://people.apache.org/~bolke/> . Note: This still cannot be considered an Apache release. Working on this. This build is signed (note it is served over https). Changes are in the area of scheduler sta