The GitHub Actions job "Tests (AMD)" on airflow.git/backport-67877-v3-3-test 
has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
e713231c0bef3d2932128ed9cf0247bbfb17358e / Daniel Standish 
<[email protected]>
Add task.execute detail span around task execute callable (#67877)

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.

(cherry picked from commit b006a978d204ad72f88b9c0633418facd2c00330)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to