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:
68e21b7b092b20f56a95c6a597e0e3a003af36d7 / Daniel Standish 
<[email protected]>
Add task.execute detail span around task execute callable

When task span detail level is greater than 1, the actual execute call was not 
separately traced, making it hard to see how much of a task's runtime was spent 
in the operator's own work versus the surrounding setup. Wrapping the execute 
call in its own span gives that finer-grained breakdown.

The contextvars context the callable runs in is snapshotted inside the new 
helper, after the span is current, so spans the operator emits during execute 
nest under it rather than alongside it.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to