uranusjr commented on code in PR #44283:
URL: https://github.com/apache/airflow/pull/44283#discussion_r1853735006


##########
airflow/models/slamiss.py:
##########
@@ -44,3 +49,7 @@ class SlaMiss(Base):
 
     def __repr__(self):
         return str((self.dag_id, self.task_id, 
self.execution_date.isoformat()))

Review Comment:
   Doesn’t matter since the two point to the same thing. 2.10 has a lot of 
things using `execution_date`, let’s not bother changing this.



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