Posts tagged airflow
Using Non-Standard Jinja Templates
- Feb 18, 2022
- Tech
Apache Airflow uses Jinja templates for variable expansion and templating.
Whenever you write a DAG, you can use {{ }}
blocks to expand variable
names, often using Airflow configurations or macros to fill in the values.
While that is great, you get a problem when you have Jinja templates inside
your code that has nothing to do with Airflow.