GayathriSrividya opened a new pull request, #67998: URL: https://github.com/apache/airflow/pull/67998
closes #67923 When multi-team mode is enabled, execution API team resolution now falls back to TaskInstanceHistory when the current TaskInstance row is no longer available for retry callbacks. The fix updates the team-name statement to union TaskInstance and TaskInstanceHistory lookup paths and return the first match. It also adds regression tests that cover: - multi-team on/off behavior in get_team_name_for_ti - statement shape including both task_instance and task_instance_history lookup paths ##### Was generative AI tooling used to co-author this PR? - [X] Yes — GitHub Copilot (GPT-5.3-Codex) Generated-by: GitHub Copilot (GPT-5.3-Codex) following https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions -- 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]
