The GitHub Actions job "Tests (AMD)" on airflow.git/fix/triggerer-log-level-keyerror has failed. Run started by GitHub user Srujan-rai (triggered by shahar1).
Head commit for run: dba50cbd8569833a17bd438dec0129b6aa1cd64d / 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/26642221063 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
