The GitHub Actions job "Tests AMD" on airflow.git/bugfix/mapped-ti-retry-delay 
has succeeded.
Run started by GitHub user dheerajturaga (triggered by dheerajturaga).

Head commit for run:
bf9e73e488d5f567653a161bdfde930118ffbd5c / Dheeraj Turaga 
<[email protected]>
Fix KeyError when accessing retry_delay on MappedOperator without explicit value

  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/18481329443

With regards,
GitHub Actions via GitBox


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

Reply via email to