jedcunningham opened a new pull request, #43567:
URL: https://github.com/apache/airflow/pull/43567

   It's possible that the start/end date are null when processing an executor 
event, and there is no point in adding an OTEL event in that case.
   
   Before this, we'd try and convert `None` to nanoseconds and blow up the 
scheduler.
   
   Note: I don't think `queued_dttm` can be empty, but figured it didn't hurt 
to guard against it just in case I've overlooked a way it can be possible.
   
   (cherry picked from commit fe41e156084aeb139c0a28d9bfa535aae9a56b1e)
   
   Backporting #43558 


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