romsharon98 commented on code in PR #38843:
URL: https://github.com/apache/airflow/pull/38843#discussion_r1601528489


##########
airflow/models/dagrun.py:
##########
@@ -1648,5 +1648,5 @@ def __init__(self, content, user_id=None):
         self.user_id = user_id
 
     def __repr__(self):
-        prefix = f"<{self.__class__.__name__}: 
{self.dag_run_id}.{self.content}"
+        prefix = f"<{self.__class__.__name__}: 
{self.dag_run.dag_id}.{self.dag_run_id} {self.dag_run.run_id} {self.content}"

Review Comment:
   isn't `self.dag_run_id` and `self.dag_run.run_id` is the same?



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

Reply via email to