You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Logan Attwood <lo...@gmail.com> on 2020/09/28 20:32:10 UTC

Recent change to undefined template variable behavior

Hi Airflow-dev,

A change to how Airflow/jinja2 handles undefined variables inside
templates was recently merged, and this will cause DAG
rendering/execution to fail when using an undefined variable. Given
the potential impact of the change, sending this email seemed to be
the decent thing to do, and Kamil BreguĊ‚a suggested it as well. Change
details are available here:
https://github.com/apache/airflow/pull/11016

Instructions on how to use the previous (dangerous) behaviour are
detailed inside UPDATING.md.

Cheers,
Logan Attwood