Error updating xcom value using the webserver tool

2018-11-27 Thread Michel Goldstein
Hi, I'm seeing an issue updating the xcom value using the "Admin" tool in the webserver. I can read all values without a problem, but when I try to edit or create a value it fails with: Failed to create record. can't escape unicode to binary I'm running Airflow 1.10.0, postgresql and have

Re: Remove airflow from pypi

2018-11-27 Thread George Leslie-Waksman
Bravo Fokko! On Tue, Nov 27, 2018 at 2:58 AM Kevin Yang wrote: > > Thank you Fokko for taking it fast. > > On Tue, Nov 27, 2018 at 2:46 AM Driesprong, Fokko > wrote: > > > Hi all, > > > > I've pushed a replacement artifact on airflow which will throw an error > > when it is being installed: > >

Re: [DISCUSS] Apache Airflow graduation from the incubator

2018-11-27 Thread Bolke de Bruin
Hi Folks, Thanks all for your responses and particularly Stefan for his suggestion to use the generic Apache way to handle security issues. This seems to be an accepted way for more projects, so I have added this to the maturity evaluation[1] and marked is as resolved. While handling the GPL

Re: [DISCUSS] Apache Airflow graduation from the incubator

2018-11-27 Thread Driesprong, Fokko
+1 from my side. Would be awesome to graduate Airflow If time allows, I'll also dive into CD30. Cheers, Fokko Op di 27 nov. 2018 om 16:21 schreef Ash Berlin-Taylor : > Oarsome Bolke, thanks for starting this. > > It looks like we are closer than I thought! > > We can use those security lists

Re: [DISCUSS] Apache Airflow graduation from the incubator

2018-11-27 Thread Ash Berlin-Taylor
Oarsome Bolke, thanks for starting this. It looks like we are closer than I thought! We can use those security lists (though having our own would be nice) - either way we will need to make this prominent in the docs. Couple of points CS10: that github link is only visible to members of the

Re: [DISCUSS] Apache Airflow graduation from the incubator

2018-11-27 Thread Dan Davydov
+1 thank you for everyone who helped drive this (especially Bolke!). On Tue, Nov 27, 2018 at 1:02 AM Tao Feng wrote: > And happy to help out any items for the TLP push. > > On Mon, Nov 26, 2018 at 9:53 PM Tao Feng wrote: > > > +1 as well. (do we need to start another vote thread per Jakob's >

Re: Remove airflow from pypi

2018-11-27 Thread Kevin Yang
Thank you Fokko for taking it fast. On Tue, Nov 27, 2018 at 2:46 AM Driesprong, Fokko wrote: > Hi all, > > I've pushed a replacement artifact on airflow which will throw an error > when it is being installed: > > MacBook-Pro-van-Fokko:airflow fokkodriesprong$ pip install airflow==0.6 > >

Re: Remove airflow from pypi

2018-11-27 Thread Driesprong, Fokko
Hi all, I've pushed a replacement artifact on airflow which will throw an error when it is being installed: MacBook-Pro-van-Fokko:airflow fokkodriesprong$ pip install airflow==0.6 Collecting airflow==0.6 Downloading

Re: Airflow issues

2018-11-27 Thread Kevin Yang
Have you checked the task log locally on the worker box (default under airflow_home/logs)? If you configured remote logging it is possible that the task exited and the failure handler didn’t catch that and thus not uploading log? If there’s no such log, maybe try look at the worker process log to

Airflow issues

2018-11-27 Thread Kalyan Kotha
Hello Team, we are running a DAG with some tasks, when the task is still running it is exiting from the DAG and there is nothing showing up in in the logs. and we have checked that dag having enough resources/memory to run the dag. can any one help us finding solution. Regards, Kalyan