Skip to content

Conversation

@kkulczak
Copy link
Contributor

@kkulczak kkulczak commented Apr 2, 2025


Adds a documentation section detailing how Python f-strings interact with Jinja's double-brace syntax ({{ variable }}). Explains that to embed a literal Jinja template within an f-string for later rendering by Airflow, quadruple curly braces ({{{{ variable }}}}) must be used to escape the braces correctly for the initial f-string processing.

^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@potiuk potiuk merged commit ca755fb into apache:main Apr 8, 2025
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants