Re: Apache Airflow 2.3.0beta1 available for testing

2022-04-14 Thread Jarek Potiuk
All PROD images pushed with cncf.kubernetes == 4.0.0 in :) Happy testing. J. On Fri, Apr 15, 2022 at 1:14 AM Jed Cunningham wrote: > > I forgot to mention, the docker images will have version 4.0.0 of the > Kubernetes provider preinstalled, so you only need to worry about it if you > are

Re: Apache Airflow 2.3.0beta1 available for testing

2022-04-14 Thread Jed Cunningham
I forgot to mention, the docker images will have version 4.0.0 of the Kubernetes provider preinstalled, so you only need to worry about it if you are installing from PyPI/wheel/src. On Thu, Apr 14, 2022 at 5:07 PM Jed Cunningham wrote: > If you'd like to test with the Kubernetes provider,

Re: Apache Airflow 2.3.0beta1 available for testing

2022-04-14 Thread Jed Cunningham
If you'd like to test with the Kubernetes provider, you'll have to install it with this command: pip install --upgrade apache-airflow-providers-cncf-kubernetes==4.0.0 --no-deps pip doesn't like the combination of `>= 2.3.0` on the provider and `2.3.0b1` in this snapshot.

Re: Apache Airflow 2.3.0beta1 available for testing

2022-04-14 Thread Jarek Potiuk
Wooho! On Fri, Apr 15, 2022 at 12:10 AM Jed Cunningham wrote: > > Here is a link to the dev docs for the new Dynamic Task Mapping feature > (AIP-42): > > http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/apache-airflow/latest/concepts/dynamic-task-mapping.html >

Re: Apache Airflow 2.3.0beta1 available for testing

2022-04-14 Thread Jed Cunningham
Here is a link to the dev docs for the new Dynamic Task Mapping feature (AIP-42): http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/apache-airflow/latest/concepts/dynamic-task-mapping.html

Re: Apache Airflow 2.3.0beta1 available for testing

2022-04-14 Thread Kaxil Naik
        On Thu, 14 Apr 2022 at 22:57, Daniel Standish wrote: > awesome   > >>

Re: Apache Airflow 2.3.0beta1 available for testing

2022-04-14 Thread Daniel Standish
awesome   >

Apache Airflow 2.3.0beta1 available for testing

2022-04-14 Thread Ephraim Anierobi
Hey fellow Airflowers, We have cut Airflow 2.3.0beta1 now that all the main features have been included. This "snapshot" is intended for members of the Airflow developer community to test the build and allow early testing 2.3.0. Please test this beta and create GitHub issues wherever possible if