i want to connect my query to my json file using jinja template
and i got an error in my airflow
it said “jinja2.exceptions.TemplateNotFound: /configuration/query.sql”
this my code
"task_id": "transform_comments",
"configuration_transform": {
"query": {
"query": "{% include '/configuration/L3/query.sql' %}",
"useLegacySql": "False"
}
the file location is correct,
btw iam using airflow 2.9 and docker
i want my airflow can using jinja2 template
New contributor
Patrick Marcel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.