The GitHub Actions job "Tests (AMD)" on airflow.git/push-listener-span-down has 
failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
4fa82968bd992d704bbbd54ef01c23b64bc6d2ae / Daniel Standish 
<[email protected]>
Wrap listener hook calls in OpenTelemetry spans

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

With regards,
GitHub Actions via GitBox


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

Reply via email to