Re: [ANNOUNCE] ti.run & task.test now uses Task SDK execution path

2025-05-25 Thread Buğra Öztürk
Great news! Thanks Kaxil! On Sat, May 24, 2025 at 7:12 AM Amogh Desai wrote: > Looks good! > > Thanks & Regards, > Amogh Desai > > > On Sat, May 24, 2025 at 5:15 AM Kaxil Naik wrote: > > > Removed the old executor path too: > > https://github.com/apache/airflow/pull/51009 > > > > On Fri, 23 May

Re: [ANNOUNCE] ti.run & task.test now uses Task SDK execution path

2025-05-23 Thread Amogh Desai
Looks good! Thanks & Regards, Amogh Desai On Sat, May 24, 2025 at 5:15 AM Kaxil Naik wrote: > Removed the old executor path too: > https://github.com/apache/airflow/pull/51009 > > On Fri, 23 May 2025 at 15:32, Pavankumar Gopidesu > > wrote: > > > Nice thanks kaxil. > > > > Pavan > > > > On Fr

Re: [ANNOUNCE] ti.run & task.test now uses Task SDK execution path

2025-05-23 Thread Kaxil Naik
Removed the old executor path too: https://github.com/apache/airflow/pull/51009 On Fri, 23 May 2025 at 15:32, Pavankumar Gopidesu wrote: > Nice thanks kaxil. > > Pavan > > On Fri, May 23, 2025, 10:50 Amogh Desai wrote: > > > Damn nice! > > > > Lesser headache of fixing "two" ways of doing thing

Re: [ANNOUNCE] ti.run & task.test now uses Task SDK execution path

2025-05-23 Thread Pavankumar Gopidesu
Nice thanks kaxil. Pavan On Fri, May 23, 2025, 10:50 Amogh Desai wrote: > Damn nice! > > Lesser headache of fixing "two" ways of doing things! > > Thanks & Regards, > Amogh Desai > > > On Fri, May 23, 2025 at 2:22 AM Jarek Potiuk wrote: > > > Cool! > > > > On Thu, May 22, 2025 at 8:19 PM Kaxil

Re: [ANNOUNCE] ti.run & task.test now uses Task SDK execution path

2025-05-23 Thread Amogh Desai
Damn nice! Lesser headache of fixing "two" ways of doing things! Thanks & Regards, Amogh Desai On Fri, May 23, 2025 at 2:22 AM Jarek Potiuk wrote: > Cool! > > On Thu, May 22, 2025 at 8:19 PM Kaxil Naik wrote: > > > Hey team, > > > > Happy to announce that the last two items that were using t

[ANNOUNCE] ti.run & task.test now uses Task SDK execution path

2025-05-22 Thread Kaxil Naik
Hey team, Happy to announce that the last two items that were using the legacy execution path have been ported over. Now we have just a single execution path. - https://github.com/apache/airflow/pull/50141 (Monster PR!) - https://github.com/apache/airflow/pull/50827 - https://github.com/