Re: [DISCUSS] When a DAG is paused, change the dag run state from running to failed.

2025-04-03 Thread Brent Bovenzi
The issue is that duration is based off of start and end dates. If there is no end date we usually default to now. But that is misleading when a dag run is running but the dag is paused. Let me take a look at where we use duration in the 3.0 UI and see if we can reduce that confusion. We don't have

Re: [DISCUSS] When a DAG is paused, change the dag run state from running to failed.

2025-04-03 Thread Pedro Nunes Leal
A 2025-03-31 22:26, Jens Scheffler escreveu: Hi, thanks for working on the bug and raising a PR to fix it. As other commiters also commented I think from product view I'd expect a different resolution. We use the "Pause DAG" in most cases for administrative or infrastructure problems to preve

Re: [VOTE] Release Airflow 3.0.0 from 3.0.0rc1 & Task SDK 1.0.0 from 1.0.0rc1

2025-04-03 Thread Vikram Koka
Thanks for the update, Ash! I am running RC1 based on the Python package above. Best regards, Vikram On Thu, Apr 3, 2025 at 2:30 PM Ash Berlin-Taylor wrote: > Anyone waiting for the docker images is going to have to wait until > tomorrow, (or perhaps even Monday) as the build isn’t currently

Airflow Mentors for Summer 2025 MLH Fellowship

2025-04-03 Thread Alex Gornet
Hi Airflow team, I'm Alex Gornet, a Partner Success Manager at Major League Hacking. Here at MLH we run an Open Source Fellowship program that functions like an internship for student developers to contribute to open source projects. *Fellows from our program h

[VOTE] Release Airflow 3.0.0 from 3.0.0rc1 & Task SDK 1.0.0 from 1.0.0rc1

2025-04-03 Thread Kaxil Naik
Hey fellow Airflowers, I am thrilled to announce the availability of Apache Airflow 3.0.0rc1 & *Task SDK 1.0.0rc1* 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

Re: [VOTE] Release Airflow 3.0.0 from 3.0.0rc1 & Task SDK 1.0.0 from 1.0.0rc1

2025-04-03 Thread Vikram Koka
Awesome! Thank you Kaxil for all your work and also thank you to all the contributors whose hard work and dedication made this release a reality. Best regards, Vikram On Thu, Apr 3, 2025 at 2:08 PM Kaxil Naik wrote: > Docker images will be out soon too. > > On Fri, 4 Apr 2025 at 02:35, Kaxil N

Re: [VOTE] Release Airflow 3.0.0 from 3.0.0rc1 & Task SDK 1.0.0 from 1.0.0rc1

2025-04-03 Thread Kaxil Naik
Couldn’t sleep so there you go! Following image is now available docker pull apache/airflow:3.0.0.rc1.post4 docker pull apache/airflow:3.0.0.rc1.post4-python3.12 docker pull apache/airflow:3.0.0.rc1.post4-python3.11 docker pull apache/airflow:3.0.0.rc1.post4-python3.10 On Fri, 4 Apr 2025 at 03:

Re: [VOTE] Release Airflow 3.0.0 from 3.0.0rc1 & Task SDK 1.0.0 from 1.0.0rc1

2025-04-03 Thread Ash Berlin-Taylor
Anyone waiting for the docker images is going to have to wait until tomorrow, (or perhaps even Monday) as the build isn’t currently behaving itself after the split of airflow-core and the new meta package airflow #95 5.136 The conflict is caused by: #95 5.136 The user requested apache-ai

Re: [VOTE] Release Airflow 3.0.0 from 3.0.0rc1 & Task SDK 1.0.0 from 1.0.0rc1

2025-04-03 Thread Kaxil Naik
Docker images will be out soon too. On Fri, 4 Apr 2025 at 02:35, Kaxil Naik wrote: > Hey fellow Airflowers, > > I am thrilled to announce the availability of Apache Airflow 3.0.0rc1 & *Task > SDK 1.0.0rc1* for testing! Airflow 3.0 marks a significant milestone as > the first major release in ove

Re: [ANNOUNCE] UV mandatory tooling and (much nicer) doc building coming

2025-04-03 Thread Kunal Bhattacharya
Thank you so much for this Jarek, incredible effort. uv really has been a lifesaver and I can't wait to now try out the simplified dev workflow. Regards, Kunal Bhattacharya On Thu, Apr 3, 2025 at 11:16 AM Amogh Desai wrote: > Thank you for the effort Jarek! > > I am looking forward to having

Re: [ANNOUNCE] UV mandatory tooling and (much nicer) doc building coming

2025-04-03 Thread Vincent Beck
Another huge PR for another massive change. Thanks for the effort Jarek! On 2025/04/03 10:05:50 Kunal Bhattacharya wrote: > Thank you so much for this Jarek, incredible effort. uv really has been a > lifesaver and I can't wait to now try out the simplified dev workflow. > > Regards, > Kunal Bhatt