amoghrajesh commented on code in PR #47644:
URL: https://github.com/apache/airflow/pull/47644#discussion_r1992800672
##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -75,6 +75,7 @@
set_current_context,
)
from airflow.utils.net import get_hostname
+from airflow.utils.operator_helpers import context_to_airflow_vars
Review Comment:
We have `get_template_context` in task runner itself, so maybe you can move
that helper in here somewhere or even consider the
`airflow/sdk/execution_time/context.py`
--
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]