The GitHub Actions job "Tests AMD" on airflow.git/main has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 1ab5bb63fc00257bf492e1ef2fe71b4c2ca067a5 / 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) Report URL: https://github.com/apache/airflow/actions/runs/18547978426 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
