uranusjr opened a new pull request #20217:
URL: https://github.com/apache/airflow/pull/20217


   Fix #20213. To work around Jinja2 eagerly resolving context into a new dict, 
we implement a custom copy interface, and use lower level Jinja2 functions to 
render templates (because the higher level `Template.render()` simply calls 
`dict(**data)` which is not overridable).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to