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

Head commit for run:
af3562f3cdd7b17239b5f2515a9c4d832d19b1d8 / srujan-rai <[email protected]>
Fix KeyError when log event is missing 'level' key in TriggerRunner

Triggerer subprocess log reader called `event.pop("level")` without a
default, raising KeyError when a structlog event omits the "level" field.
Changed to `event.pop("level", "warning")` so missing-level events are
logged at WARNING instead of crashing the log processing loop.

Added tests covering missing level, unknown level, and valid level paths.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to