[DISCUSS] AIP-5: Remote DAG Fetcher

2019-03-23 Thread Chao-Han Tsai
Hi Airflowers, We had an email thread and PR about supporting remote DAG fetcher in the past and there was an AIP

Re: [VOTE] Accept AIP-3: Drop support for Python 2

2019-03-23 Thread Deng Xiaodong
+1 (non-bonding) On Sun, Mar 24, 2019 at 11:49 Tao Feng wrote: > +1 (binding) > > On Sat, Mar 23, 2019 at 4:19 PM Driesprong, Fokko > wrote: > > > Dear Airflow community, > > > > This email calls for a vote to accept Airflow Improvement Proposal 3: > Drop > > support for Python 2 > > > > The vo

Re: [VOTE] Accept AIP-3: Drop support for Python 2

2019-03-23 Thread Tao Feng
+1 (binding) On Sat, Mar 23, 2019 at 4:19 PM Driesprong, Fokko wrote: > Dear Airflow community, > > This email calls for a vote to accept Airflow Improvement Proposal 3: Drop > support for Python 2 > > The vote will last for at least 1 week until Midnight Sunday 31th of March, > and until three

Re: [VOTE] Accept AIP-3: Drop support for Python 2

2019-03-23 Thread Arthur Wiedmer
+1 (binding) On Sat, Mar 23, 2019 at 4:19 PM Driesprong, Fokko wrote: > Dear Airflow community, > > This email calls for a vote to accept Airflow Improvement Proposal 3: Drop > support for Python 2 > > The vote will last for at least 1 week until Midnight Sunday 31th of March, > and until three

Re: [VOTE] Accept AIP-3: Drop support for Python 2

2019-03-23 Thread Kaxil Naik
+1 (binding). About time we did this. On Sat, Mar 23, 2019, 23:29 Daniel Imberman wrote: > Oh my God please. +1 (non-binding) > > On Sat, Mar 23, 2019, 4:19 PM Driesprong, Fokko > wrote: > > > Dear Airflow community, > > > > This email calls for a vote to accept Airflow Improvement Proposal 3:

Re: [VOTE] Accept AIP-3: Drop support for Python 2

2019-03-23 Thread Daniel Imberman
Oh my God please. +1 (non-binding) On Sat, Mar 23, 2019, 4:19 PM Driesprong, Fokko wrote: > Dear Airflow community, > > This email calls for a vote to accept Airflow Improvement Proposal 3: Drop > support for Python 2 > > The vote will last for at least 1 week until Midnight Sunday 31th of March

[VOTE] Accept AIP-3: Drop support for Python 2

2019-03-23 Thread Driesprong, Fokko
Dear Airflow community, This email calls for a vote to accept Airflow Improvement Proposal 3: Drop support for Python 2 The vote will last for at least 1 week until Midnight Sunday 31th of March, and until three +1 (binding) votes have been cast This vote is on the proposal itself, not any speci

Re: PostgreSQL hook

2019-03-23 Thread Jiajie Zhong
I wrote a demo code here. maybe it not work but I think the idea is right. # create file name file_to_Pg.py from airflow.models import BaseOperator from airflow.hooks.postgres_hook import PostgresHook class FileToPgTransfer(BaseOperator): def __init__(self, postgres_conn_id, pg_preoperator,