uranusjr commented on issue #27079:
URL: https://github.com/apache/airflow/issues/27079#issuecomment-1311020592
If the goal is to make Jinja2 templating simpler (there’s no issue if it’s
taskflow), the simplest way may be to add a built-in macro for this?
```jinja2
{{ json_loads(xcom_pull('task_a'))['key2'] }}
```
--
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]