[VOTE] on AIP-50 (part 2) to finalize it

2023-05-18 Thread Scheffler Jens (XC-DX/ETV5)
Hi Developers, The implementation of AIP-50 went into Airflow 2.6.0 and I am proud that 80% of the implementation proposal made it to the release! During implementation there was a bit of discussion on part 2 of the AIP Proposal. I’d like to close the implementation and to prevent a discussion

Re: [VOTE] Airflow Providers prepared on May 16, 2023

2023-05-18 Thread Elad Kalif
I'm cancelling this vote due to bugs discovered. RC2 will follow בתאריך יום ה׳, 18 במאי 2023, 15:50, מאת Jarek Potiuk ‏: > Fix to prevent similar problems in the future: > https://github.com/apache/airflow/pull/31385 > > On Thu, May 18, 2023 at 12:28 PM Jarek Potiuk wrote: > > > Oh yeah. We

Re: Huge fependency bump in main (thanks to Google efforts)

2023-05-18 Thread Daniel Standish
nice

Re: [VOTE] Airflow Providers prepared on May 16, 2023

2023-05-18 Thread Jarek Potiuk
Fix to prevent similar problems in the future: https://github.com/apache/airflow/pull/31385 On Thu, May 18, 2023 at 12:28 PM Jarek Potiuk wrote: > Oh yeah. We keep on having issues with those circular imports. (also see > https://github.com/apache/airflow/issues/31374 in Airflow 2.6.1. > > I

Re: [VOTE] Airflow Providers prepared on May 16, 2023

2023-05-18 Thread Jarek Potiuk
Oh yeah. We keep on having issues with those circular imports. (also see https://github.com/apache/airflow/issues/31374 in Airflow 2.6.1. I guess it is too late to fix the fact that we try to import a lot in "airflow" package, that's the original sin that we need to workaround in a number of

Re: [VOTE] Airflow Providers prepared on May 16, 2023

2023-05-18 Thread Ash Berlin-Taylor
-1 (binding) to at least anything with a logging provider: https://github.com/apache/airflow/pull/30994 is causing problems with custom logging config -- it leads to a circular import error Traceback (most recent call last): File

Re: Huge fependency bump in main (thanks to Google efforts)

2023-05-18 Thread Jarek Potiuk
Huge DEPENDENCY dump of course :) On Thu, May 18, 2023 at 11:09 AM Jarek Potiuk wrote: > Hello everyone, > > Due to yesterday's dependency changes I recommend everyone to rebase your > PRs to the latest main and run `breeze ci-image build` if you are using > breeze (and likely

Huge fependency bump in main (thanks to Google efforts)

2023-05-18 Thread Jarek Potiuk
Hello everyone, Due to yesterday's dependency changes I recommend everyone to rebase your PRs to the latest main and run `breeze ci-image build` if you are using breeze (and likely upgrading/recreating your local venvs). We have quite a huge dependency bump in main - thanks to the finally merged