The GitHub Actions job "Tests (ARM)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
a6115b172f168841e27ee9fe2b94987791dda293 / Daniel Standish 
<[email protected]>
Allow forcing trace head-sampling per DAG run via conf (#68860)

Deployments running a head sampler sometimes need to guarantee a specific run
is traced (debugging a flaky DAG) or excluded (a noisy run), regardless of the
configured sampling ratio. A reserved run conf key, airflow/trace_sampled,
provides that per-run override: true always traces the run, false never does,
and absent leaves the decision to the sampler. Only an explicit bool is honored
so a malformed value can neither silently change sampling nor fail run creation.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to