Airflow Kill Halted Tasks Error.

2019-03-20 Thread rajasimmangandhi
Hi Everyone, I've downloaded the source code from Github. https://github.com/teamclairvoyant/airflow-maintenance-dags/tree/master/kill-halted-tasks Apparently it throws an error related to Datetime. I have tried changing the code but nothing works. Is this issue already been resolved? File "/ho

Airflow Kill Halted Tasks Error

2019-03-20 Thread rajasimmangandhi
Hi Everyone, I've downloaded the source code from Github. The below link is https://github.com/teamclairvoyant/airflow-maintenance-dags/tree/master/kill-halted-tasks Apparently it throws an error related to Datetime. I have tried changing the code but nothing works. Is this issue already been res

Re: Welcome Daniel Imberman as a new committer!

2019-03-20 Thread Feng Lu
Congrats Daniel! On Tue, Mar 19, 2019, 13:52 Sid Anand wrote: > Congratulations Daniel 🎉 ! > > -s > > On Tue, Mar 19, 2019 at 12:24 PM Maxime Beauchemin < > maximebeauche...@gmail.com> wrote: > > > Well deserved, welcome aboard! > > > > On Tue, Mar 19, 2019 at 3:56 AM Szymon Przedwojski < > > sz

Re: PostgreSQL hook

2019-03-20 Thread jiajie zhong
Hi, Flo. I am not good at PG, but I find code in out master branch https://github.com/apache/airflow/blob/dd8ce6a7123170ef4b0f719fb773527b17d9348c/airflow/hooks/postgres_hook.py#L63-L89

PostgreSQL hook

2019-03-20 Thread Flo Rance
Hi, I don't know if it's the correct place to ask for that. I'm trying to implement one of my cronjob using airflow. One of the tasks is to load files in a temporary table and then update another table in a postgres db. For that, I was previously using a sql script like that: BEGIN; CREATE TEMP