Re: [VOTE] Release Apache Airflow Helm Chart 1.16.0 based on 1.16.0rc1

2025-03-29 Thread Vishnu Chilukoori
+1 non-binding -- Regards, Vishnu Chilukoori On Sat, Mar 29, 2025 at 12:15 PM Jens Scheffler wrote: > +1 (binding) - Checked SVN, Reproducible package build, Licenses, > Signatures > > On 29.03.25 15:20, Jed Cunningham wrote: > > Hello Apache Airflow Community, > > > > This is a call for the v

[VOTE] Release Apache Airflow Helm Chart 1.16.0 based on 1.16.0rc1

2025-03-29 Thread Jed Cunningham
Hello Apache Airflow Community, This is a call for the vote to release Helm Chart version 1.16.0. The release candidate is available at: https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.16.0rc1/ airflow-chart-1.16.0-source.tar.gz - is the "main source release" that comes with INSTALL

Re: Should we drop support for pre_execute & post_execute for AF 3.0

2025-03-29 Thread Kaxil Naik
No, @run_if / @skip_if uses pre_execute from task argument [1] not the the method and is just a syntactic sugar. You can also do the following as an example: ``` def skip_at_random(context): if randint(0, 1) == 0: raise AirflowSkipException() t2 = BashOperator(task_id='conditional2',

Re: [VOTE] Release Apache Airflow Helm Chart 1.16.0 based on 1.16.0rc1

2025-03-29 Thread Jens Scheffler
+1 (binding) - Checked SVN, Reproducible package build, Licenses, Signatures On 29.03.25 15:20, Jed Cunningham wrote: Hello Apache Airflow Community, This is a call for the vote to release Helm Chart version 1.16.0. The release candidate is available at: https://dist.apache.org/repos/dist/dev/