kaxil commented on a change in pull request #8852:
URL: https://github.com/apache/airflow/pull/8852#discussion_r428188115
##########
File path: airflow/models/dagrun.py
##########
@@ -431,6 +432,7 @@ def verify_integrity(self, session=None):
# check for removed or restored tasks
task_ids = []
for ti in tis:
+ task_instance_mutation_hook(ti)
Review comment:
Why do we need it here? this TIs are received from DB.
I think we should only mutate before storing it to DB
----------------------------------------------------------------
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]