The GitHub Actions job "Tests (AMD)" on 
airflow.git/llm-retry-redaction-hardening has failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
268fe6f74691fb134375c53c8ab3625be3832f1d / Wei Lee <[email protected]>
Support custom redaction and message length cap in LLMRetryPolicy

Airflow's secrets masker only masks values already registered via
mask_secret(), so free-text PII in an exception message — email
addresses, customer names, account numbers — still reached the external
LLM provider verbatim. Users who handle that kind of data need a way to
apply their own redaction rules before the prompt leaves the worker.

Nothing bounded the message size either, so a long traceback could
inflate token cost without limit on every retry decision.

The redact_exception flag this replaces was merged but has not shipped in
any release, so it is removed outright rather than deprecated.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to