The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
6f453894687f13e6261ce832cfcbb8abe4d80161 / Dheeraj Turaga 
<[email protected]>
Fix KeyError when accessing retry_delay on MappedOperator without explicit 
value (#56605)

  When querying the API endpoint for mapped tasks (e.g., 
/api/v2/dags/{dag_id}/tasks/{task_id}),
  the server returned a 500 Internal Server Error if the mapped task didn't 
have an explicit
  retry_delay set. The retry_delay property was using direct dictionary access 
which raised
  a KeyError during serialization.

  Changed to use .get() with the default value from SerializedBaseOperator (300 
seconds)

(cherry picked from commit 1ab5bb63fc00257bf492e1ef2fe71b4c2ca067a5)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to