Re: Airflow 2.0.0.alpha1 snapshot ready for testing!

2020-10-20 Thread Pete DeJoy
Just a quick addition to Ry’s instructions- you’ll need to run `astro dev init` between steps 1 and 2 to initiate an Airflow project and generate the necessary skeleton files to run locally (including the Dockerfile). Hope folks find this process helpful- really exciting to see the alpha build r

Re: Airflow 2.0.0.alpha1 snapshot ready for testing!

2020-10-20 Thread Jarek Potiuk
Cool! On Tue, Oct 20, 2020 at 3:55 PM Ry Walker wrote: > FYI we've also made it easy to run Airflow 2 alpha locally using the astro > CLI. > > 1. Install the CLI: > > curl -sSL https://install.astronomer.io | sudo bash -s -- v0.21.0 > > 2. Change Dockerfile to: > > FROM astronomerio/ap-airflow:2

[Reminder] Airflow Issue Triage process call today

2020-10-20 Thread Vikram Koka
Hey everyone, I would like to remind whoever is interested in help in Airflow Issue Triage process that we have our initial call today: *Date*: October 20th *Time*: 8-9 AM Pacific / 3 PM GMT *Zoom link*: https://astronomer.zoom.us/j/96659511795?pwd=MVd2VjVKVEdtRG5vTGN3VXNXZEJPdz09

Re: Airflow 2.0.0.alpha1 snapshot ready for testing!

2020-10-20 Thread Ry Walker
FYI we've also made it easy to run Airflow 2 alpha locally using the astro CLI. 1. Install the CLI: curl -sSL https://install.astronomer.io | sudo bash -s -- v0.21.0 2. Change Dockerfile to: FROM astronomerio/ap-airflow:2.0.0-1.dev3-buster-onbuild 3. You can install packages in requirements.tx

Re: Airflow 2.0.0.alpha1 snapshot ready for testing!

2020-10-20 Thread Jarek Potiuk
Sure. You should install the .whl packages directly via `pip install <>.whl`. For now we do not have yet PIP-released version so you have to manually choose the right extras when you install airflow and then install the provider: `pip install 'apache_airflow-2.0.0a1-py3-none-any.whl[google]'

Re: Airflow 2.0.0.alpha1 snapshot ready for testing!

2020-10-20 Thread Julian De Ruiter
Hi Jarek, Can you maybe provide some guidelines on how to install these provider packages in the current alpha? Tried some things on my own, but seem to be running into issues. Best, Julian On 2020/10/14 07:00:08, Jarek Potiuk wrote: > A small follow up: The 2.0.0a1 release is the "core" rel