The GitHub Actions job "Tests (AMD)" on airflow.git/feat/cli-otel-spans has 
failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
7f6c7dba62fc725c77f17098d7bcdc8fe0633b43 / 1fanwang <[email protected]>
Emit OpenTelemetry spans from airflow CLI entry points

Wrap airflow tasks test, airflow dags trigger, airflow dags test,
and airflow backfill create with a span context that honours W3C
TRACEPARENT / TRACESTATE environment variables.

This lets an external caller (a CI step, parent workflow, or debug harness
running a DAG locally) propagate trace context into Airflow. Without the
wrapper a trace started by the caller terminates at the CLI binary and the
downstream task / DagRun spans show up as a separate trace.

The new `cli_span` helper lives next to the existing AIP-59 tracer setup
in `airflow_shared.observability.traces` so the CLI surface and the
scheduler / API server share one extraction path.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to