Uh oh!
There was an error while loading. Please reload this page.
Fix KubernetesPodOperator xcom return block raising exceptions in deferred mode. - #58998
Merged
jscheffl merged 1 commit intoDec 7, 2025
Conversation
AutomationDev85
requested review from
hussein-awala and jedcunningham
as code ownersDecember 3, 2025 13:11
jscheffl
commented
Dec 3, 2025
Contributor
@johnslavik I saw you reacted on the PR, happy to invite you for review. If you think it is good, please also approve (even though as a non-committer this is an indicative signal it helps the other committers) |
jscheffl
commented
Dec 3, 2025
Contributor
I leave the PR open for 1-2 days for other eyes to review but in my view can be merged and is a good fix. |
johnslavik
commented
Dec 4, 2025
Contributor
Thanks! Sorry, but I'm currently not able to review this -- I haven't grasped this part of Airflow yet. |
Uh oh!
There was an error while loading. Please reload this page.
amoghrajesh pushed a commit
to astronomer/airflow
that referenced
this pull request
Dec 8, 2025
Co-authored-by: AutomationDev85 <AutomationDev85>
52 tasks
jhgoebbert pushed a commit
to jhgoebbert/airflow_Owen-CH-Leung
that referenced
this pull request
Feb 8, 2026
Co-authored-by: AutomationDev85 <AutomationDev85>
Subham-KRLX pushed a commit
to Subham-KRLX/airflow
that referenced
this pull request
Mar 4, 2026
Co-authored-by: AutomationDev85 <AutomationDev85>
This was referenced Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
PR #58488 introduced returning XCom from the finally block. Thanks to @johnslavik for identifying the issue.
Change Summary