randr97 commented on a change in pull request #9170:
URL: https://github.com/apache/airflow/pull/9170#discussion_r440778413



##########
File path: airflow/models/dagrun.py
##########
@@ -66,6 +66,13 @@ class DagRun(Base, LoggingMixin):
         UniqueConstraint('dag_id', 'run_id'),
     )
 
+    task_instances = relationship(

Review comment:
       It's not used...prolly will remove it.
   @mik-laj  what is ur opinion, do we have it with a TODO sorta 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]


Reply via email to