mobuchowski commented on code in PR #43936:
URL: https://github.com/apache/airflow/pull/43936#discussion_r1848353388
##########
providers/src/airflow/providers/openlineage/plugins/listener.py:
##########
@@ -325,15 +338,22 @@ def on_failure():
logical_date=dagrun.logical_date,
)
+ if not task_instance.queued_dttm:
+ # This should not happen outside of tests, but if it does, we
should log it and continue
Review Comment:
Removed.
--
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]