Re: [VOTE] Release Airflow 2.11.0 from 2.11.0rc1

2025-05-17 Thread Shahar Epstein
+1 (non-binding) On Thu, May 15, 2025 at 10:53 PM Kaxil Naik wrote: > Hey fellow Airflowers, > > The release candidates for *Apache Airflow 2.11.0rc1* are now available for > testing! > > This email is calling for a vote on the release, which will last at least > until 20th May, 6:00 am GMT and

Re: [ANNOUNCE] S3 Docs Publishing

2025-05-17 Thread Shahar Epstein
Great work Pavan! On Fri, May 9, 2025 at 10:58 AM Pavankumar Gopidesu wrote: > Hello All, > > We have successfully migrated our documentation publishing process from > github to AWS S3. > > As many of you know, our previous publishing workflow was slow and made it > difficult for Airflow site re

[DISCUSS] Apache OpenDAL Provider (One Layer, All Storage)

2025-05-17 Thread Pavankumar Gopidesu
I'd like to propose adding a new provider, Apache OpenDAL [1], to the collection of Apache providers in Airflow. OpenDAL (Open Data Access Layer) is a unified abstraction layer that simplifies interactions with various storage backends, including AWS S3, GCS, Azure, and key-value storage systems.

Re: [VOTE] Release Airflow 2.11.0 from 2.11.0rc1

2025-05-17 Thread Wei Lee
-1 (non-binding) Encountered a few issues during testing `airflow db migrate` with 2.11.0rc1 Tried to put up fixes in https://github.com/apache/airflow/pull/50745 Best, Wei > On May 17, 2025, at 9:42 PM, Shahar Epstein wrote: > > +1 (non-binding) > > On Thu, May 15, 2025 at 10:53 PM Kaxil N

Re: [VOTE] Release Airflow 2.11.0 from 2.11.0rc1

2025-05-17 Thread Rahul Vats
Wei, the migration Issue is only specific to SQLite, right? Regards, Rahul Vats On Sun, 18 May 2025 at 11:41, Wei Lee wrote: > -1 (non-binding) > > Encountered a few issues during testing `airflow db migrate` with 2.11.0rc1 > > Tried to put up fixe