john-jac commented on pull request #19173: URL: https://github.com/apache/airflow/pull/19173#issuecomment-949962844
> 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. Sure happy to make that change -- 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]
