uranusjr commented on pull request #19173:
URL: https://github.com/apache/airflow/pull/19173#issuecomment-949959265


   We should probably change the code to prevent that exception as well 
something like
   
   ```python
   if dttm is None:
       # Emit a log here saying SLA will not be triggered...
   else:
       while dttm is not None and dttm < timezone.utcnow():
   ```
   
   Could you do that as well? It can be either in this PR or a separate one.


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