The GitHub Actions job "Graph Update: uv in /., /shared/listeners #1388519628" 
on airflow.git/main has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
5898bcb2b926f678fb0cc3877cf99bb54a6a0b3c / Daniel Standish 
<[email protected]>
Emit OpenTelemetry spans around listener hook calls (#67347)

Push span creation down into ListenerManager via pluggy's
add_hookcall_monitoring so every hook call gets a
`listener.<hook_name>` span automatically, gated on task span detail
level > 1. Callers no longer need to wrap individual hook invocations.

Also makes the existing _after_hookcall safe against listener
exceptions: previously `outcome.get_result()` was called
unconditionally and would re-raise, skipping the rest of the callback.

Report URL: https://github.com/apache/airflow/actions/runs/26593715572

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to