uranusjr commented on code in PR #47785:
URL: https://github.com/apache/airflow/pull/47785#discussion_r1995687420


##########
airflow/models/taskinstance.py:
##########
@@ -678,6 +670,8 @@ def _execute_task(task_instance: TaskInstance, context: 
Context, task_orig: Oper
             )
 
     def _execute_callable(context: Context, **execute_callable_kwargs):
+        from airflow.utils.context import context_get_outlet_events

Review Comment:
   Is this because context imports into the sdk? Maybe we should avoid doing it 
there instead.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to