Re: 📢 Apache Airflow 3.0.0beta4 is available for testing! Final beta!! 🎉

2025-03-20 Thread Jarek Potiuk
Wowowowowwowow On Thu, Mar 20, 2025 at 8:54 PM Kaxil Naik wrote: > Dear Airflow Community, > > I am thrilled to announce the availability of Apache Airflow 3.0.0.beta4 > for testing! > > Airflow 3.0 marks a significant milestone as the first major > release in over four years, introducing improv

Re: 📢 Apache Airflow 3.0.0beta4 is available for testing! Final beta!! 🎉

2025-03-20 Thread Kaxil Naik
Docker image is published, use the following: docker pull apache/airflow:3.0.0b4 On Fri, 21 Mar 2025 at 01:58, Vikram Koka wrote: > Awesome! > > Thank you Kaxil and everyone who contributed to this release! > > Vikram > > On Thu, Mar 20, 2025 at 12:55 PM Jarek Potiuk wrote: > > > Wowowowowwowo

[DISCUSS] confusing alert re SimpleAuthManager

2025-03-20 Thread Daniel Standish
I just saw this when spinning up airflow [image: image.png] I think the message is confusing / misleading / not very helpful. There's nothing necessarily wrong with having simple auth or no auth if you control access some other way. Moreover we don't tell users what they should do instead! So

Re: [DISCUSS] confusing alert re SimpleAuthManager

2025-03-20 Thread Daniel Standish
It says this: Development-only auth manager configured The auth manager configured in your environment is the Simple Auth Manager, which is intended for development use only. It is not suitable for production and should not be used in a production environment. On Thu, Mar 20, 2025 at 10:48 AM Jar

Re: [DISCUSS] confusing alert re SimpleAuthManager

2025-03-20 Thread Jarek Potiuk
What's the alert - at least for me it did not get through On Thu, Mar 20, 2025 at 6:33 PM Daniel Standish wrote: > I should add, the import here is, many users who never customized auth > before will now see this message and not really have a clue what they are > supposed to do, and I think it w

Re: [DISCUSS] Next steps of repo restructuring - airflow-core (finally!)

2025-03-20 Thread Jarek Potiuk
Ok. The PR https://github.com/apache/airflow/pull/47798 is "green" (minus failing main issue with microsoft libraries solved separately and randomly failing k8s tests that we are fighting with). I also added a description of the changes and happy to take any comments and reviews. Would be great to

Re: [LAZY CONSENSUS] rename DAGs to dags / Dags in docs

2025-03-20 Thread Wei Lee
Love this! Best, Wei > On Mar 20, 2025, at 4:15 AM, Daniel Standish > wrote: > > In what may go down as the most important PR of Airflow 3.0 (not to brag or > anything), I have gone through the docs and renamed DAGs to Dags: > https://github.com/apache/airflow/pull/47959 > > Recall there was

Re: 📢 Apache Airflow 3.0.0beta4 is available for testing! Final beta!! 🎉

2025-03-20 Thread Pavankumar Gopidesu
Whoohoo, Great work everyone :) Pavan On Thu, Mar 20, 2025 at 9:58 PM Buğra Öztürk wrote: > Amazing news! Kudos to everyone who contributed and made this happen! > > On Thu, Mar 20, 2025 at 9:52 PM Kaxil Naik wrote: > > > Docker image is published, use the following: > > > > docker pull apache

📢 Apache Airflow 3.0.0beta4 is available for testing! Final beta!! 🎉

2025-03-20 Thread Kaxil Naik
Dear Airflow Community, I am thrilled to announce the availability of Apache Airflow 3.0.0.beta4 for testing! Airflow 3.0 marks a significant milestone as the first major release in over four years, introducing improvements that enhance user experience, task execution, and system scalability. Fi

Simple auth manager as default auth manager

2025-03-20 Thread Beck, Vincent
Hi everyone, I just merged https://github.com/apache/airflow/pull/47691 which sets SimpleAuthManager as the default auth manager in Airflow. If you pull the latest main branch, Airflow will no longer use the FAB auth Manager by default but instead use SimpleAuthManager. This is another step tow

Re: Simple auth manager as default auth manager

2025-03-20 Thread Jarek Potiuk
Fantastic! Thanks for all the details Vincent! And long live SimpleAuthManager! J. On Thu, Mar 20, 2025 at 2:17 PM Beck, Vincent wrote: > Hi everyone, > > I just merged https://github.com/apache/airflow/pull/47691 which sets > SimpleAuthManager as the default auth manager in Airflow. If you p

Re: [LAZY CONSENSUS] rename DAGs to dags / Dags in docs

2025-03-20 Thread Jarek Potiuk
Same :) On Thu, Mar 20, 2025 at 11:30 AM Wei Lee wrote: > Love this! > > Best, > Wei > > > On Mar 20, 2025, at 4:15 AM, Daniel Standish > wrote: > > > > In what may go down as the most important PR of Airflow 3.0 (not to brag > or > > anything), I have gone through the docs and renamed DAGs to

Re: [REMINDER]: Airflow 3 Dev call on 20th March - agenda

2025-03-20 Thread Vikram Koka
Hi Everyone, Just a quick correction to the timing of the dev call. For those of you in the US, please note that the call will actually be at 9AM Pacific Time. This is because Europe has not yet transitioned to Daylight Savings Time. Best regards, Vikram On Wed, Mar 19, 2025 at 5:02 PM Vikram

Re: [DISCUSS] confusing alert re SimpleAuthManager

2025-03-20 Thread constance
Sounds great! Do we have something in the config linter to highlight this change? > On Mar 20, 2025, at 11:19 PM, Daniel Standish > wrote: > > It says this: > > Development-only auth manager configured > The auth manager configured in your environment is the Simple Auth Manager, > which is i

Re: [DISCUSS] confusing alert re SimpleAuthManager

2025-03-20 Thread Daniel Standish
I'm saying, sounds confusing! On Thu, Mar 20, 2025 at 11:27 AM wrote: > Sounds great! Do we have something in the config linter to highlight this > change? > > > On Mar 20, 2025, at 11:19 PM, Daniel Standish > wrote: > > > > It says this: > > > > Development-only auth manager configured > > Th