AutomationDev85 opened a new pull request, #51475: URL: https://github.com/apache/airflow/pull/51475
# Overview During working with the KubernetesPodOperator we are missing the feature that the operator pushes xcom result also in the failed case. Example_ If a Pod failed because of a business level issue but created xcom output, we would like to analyze the xcom output by a downstream task to report reason for failed business level issue. So to enable these use case we would like to enable the KubernetesPodOperator with pushing the xcom also in the failed use case. # Details of change: * Cleanup function push XCOM_RETURN_KEY also in failed state of the pod. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org