potiuk commented on a change in pull request #18516:
URL: https://github.com/apache/airflow/pull/18516#discussion_r716087451



##########
File path: airflow/models/taskinstance.py
##########
@@ -1379,23 +1379,20 @@ def _run_raw_task(
 
             session.commit()
 
-    def _prepare_and_execute_task_with_callbacks(self, context, task):
+    def _execute_task_with_callbacks(self, context):
         """Prepare Task for Execution"""
         from airflow.models.renderedtifields import RenderedTaskInstanceFields
 
-        task_copy = task.prepare_for_execution()

Review comment:
       and monday is perfecly fine :)




-- 
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