Re: [ANNOUNCEMENT] Moving Providers to separate sub-projects soon-ish

2025-01-06 Thread Jarek Potiuk
Oh. . And one other benefit of it will be that we will be able to get rid of about 40% of the "Providers Manager" code. Currently, in Providers manager we have a lot of "ifs" that make it possible to use providers in breeze and local environment from the sources. In "production" installation we are

Re: [ANNOUNCEMENT] Moving Providers to separate sub-projects soon-ish

2025-01-06 Thread Jarek Potiuk
Those are very good questions :) On Mon, Jan 6, 2025 at 10:54 PM Ferruzzi, Dennis wrote: > To clarify that I understand your diagram correctly, let's say you clone > the Airflow repo to ~/workspace/airflow/. Does this mean that the AWS Glue > Hook which used to live at > ~/workspace/airflow/pro

Re: [ANNOUNCEMENT] Moving Providers to separate sub-projects soon-ish

2025-01-06 Thread Ferruzzi, Dennis
To clarify that I understand your diagram correctly, let's say you clone the Airflow repo to ~/workspace/airflow/. Does this mean that the AWS Glue Hook which used to live at ~/workspace/airflow/providers/amazon/aws/hooks/glue.py (as a random example) will be located at ~/workspace/airflow/pro

[VOTE] December 2024 PR of the Month

2025-01-06 Thread Briana Okyere
Happy New Year to all! It’s once again time to vote for the PR of the Month! With the help of the `get_important_pr_candidates` script in dev/stats, we've identified the following candidates: PR #44332: AIP-84 Migrate /object/grid_data from views to FastAPI < https://github.com/apache/airflow/pu

Re: [ANNOUNCE] Simplified (and safer) CI workflows !

2025-01-06 Thread Vincent Beck
Wow! Massive change! Thanks to all who contributed :) On 2025/01/06 08:05:20 Ephraim Anierobi wrote: > Awesome work! Thank you, Jarek and Pavan! > > - Ephraim > > On Sat, 4 Jan 2025 at 13:45, Shahar Epstein wrote: > > > Well done Jarek and Pavan! > > > > Shahar > > > > On Mon, Dec 30, 2024 at

Re: [ANNOUNCE] Simplified (and safer) CI workflows !

2025-01-06 Thread Ephraim Anierobi
Awesome work! Thank you, Jarek and Pavan! - Ephraim On Sat, 4 Jan 2025 at 13:45, Shahar Epstein wrote: > Well done Jarek and Pavan! > > Shahar > > On Mon, Dec 30, 2024 at 12:15 AM Jarek Potiuk wrote: > > > Hello here, > > > > TL;DR; I just merged https://github.com/apache/airflow/pull/45266 -