prabhusneha commented on code in PR #47644:
URL: https://github.com/apache/airflow/pull/47644#discussion_r1992880393


##########
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:
   Moved `context_to_airflow_vars` to `airflow/sdk/execution_time/context.py` 
and fixed imports in all files.
   
   Moved relevant tests from `airflow/tests/utils/test_operator_helpers.py` to 
`task-sdk/tests/task_sdk/execution_time/test_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]

Reply via email to