The GitHub Actions job "Tests (AMD)" on 
airflow.git/add-task-execute-detail-span has failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
3d7a891e9a88b50e7616fe8bf161b6947f24621f / Daniel Standish 
<[email protected]>
Add task.execute detail span around task execute callable

Extract the execute-callable invocation (including the execution-timeout
wrapper) from _execute_task into a dedicated _run_execute_callable helper
decorated with @detail_span("task.execute"). This emits a child span around
the actual task execution when task span detail level is greater than 1,
giving finer-grained tracing of where time is spent within a task run.

Regular task failures mark the span as errored automatically via
OpenTelemetry. AirflowTaskTimeout inherits from BaseException, which
OpenTelemetry does not auto-record, so the timeout handler sets the span
status to ERROR explicitly.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to