+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
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
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',
+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/