Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conditionally add OTEL events when processing executor events (apache…
…#43558) (apache#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 fe41e15)
- Loading branch information