potiuk commented on a change in pull request #6740: [AIRFLOW-6181] Add
InProcessExecutor
URL: https://github.com/apache/airflow/pull/6740#discussion_r354728437
##########
File path: airflow/models/taskinstance.py
##########
@@ -885,6 +887,12 @@ def _run_raw_task(
context = self.get_template_context()
task_copy = copy.copy(task)
+
Review comment:
It would be great to explain why in a comment.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services