Re: API Reference - current confusion and improvement plan

2019-03-26 Thread Kamil Breguła
Hi. Work on this has been completed. New documentation is available: https://airflow.readthedocs.io/en/latest/_api/index.html Greetings Kamil Breguła On Wed, Feb 27, 2019 at 12:51 PM Kamil Breguła wrote: > > Hi. > > Me and Jarek Potiuk have recently worked to finish these changes. As a > resul

Re: Hangout: Learn how to hack on Airflow

2019-03-26 Thread Priyanka Singh (Reco 2.0)
I am in On Tue, Mar 26, 2019 at 10:14 PM Shiyuan wrote: > I am in. Please add me to the hangout. Thanks! > > On Fri, Mar 22, 2019 at 8:04 PM Sai Phanindhra > wrote: > > > Im in > > > > On Sat, 23 Mar, 2019, 05:28 Roberto Santamaria, < > > robertocsantama...@gmail.com> wrote: > > > > > I’m in!

Re: Hangout: Learn how to hack on Airflow

2019-03-26 Thread Shiyuan
I am in. Please add me to the hangout. Thanks! On Fri, Mar 22, 2019 at 8:04 PM Sai Phanindhra wrote: > Im in > > On Sat, 23 Mar, 2019, 05:28 Roberto Santamaria, < > robertocsantama...@gmail.com> wrote: > > > I’m in! Thank you for hosting it. > > > > -Roberto > > > > > On Mar 22, 2019, at 2:18 P

Re: Hangout: Learn how to hack on Airflow (CHANGE OF DAY)

2019-03-26 Thread bhb . ppatel
I am in, thank you for hosting it. Please add me in email list if there's any so that I can have Hangouts link.

Re: PostgreSQL hook

2019-03-26 Thread Flo Rance
Hi, This is what I tried first, but it's not working. pg = PostgresHook(postgres_conn_id=self.postgres_conn_id) pg.run(...) This part of code will always use a a new connection, and therefore the temp table created in preoperator will not be accessible for the COPY command. For this to work, I h