ashb commented on code in PR #47785:
URL: https://github.com/apache/airflow/pull/47785#discussion_r1995713837
##########
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:
Yes, that.
But also: I need to remove all concept of execution from taskinstance.py as
well!
So much to do!
--
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]