durgaprasadml commented on issue #67923:
URL: https://github.com/apache/airflow/issues/67923#issuecomment-4609052259

   Thanks for reporting this issue. I investigated the retry execution flow and 
the root cause appears to be that get_team_name_dep() only resolves team 
information from TaskInstance.
   
   During retries, the task instance can move into TaskInstanceHistory, causing 
the retry callback path to fail resolving the team_name, which then prevents 
access to team-scoped connections like team_a_retry_call_back.
   
   I’m working on a fix that:
   - preserves existing success/failure callback behavior
   - adds fallback lookup support for TaskInstanceHistory
   - keeps the implementation localized and backward compatible
   - includes regression tests for multi-team retry scenarios
   
   I’d like to work on this issue and submit a PR soon.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to