The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
79eac7687cf7c6bcaa4df2b8735efaad79a7fee2 / Ephraim Anierobi 
<[email protected]>
Return None if an XComArg fails to resolve in a multiple_outputs Task (#32027)

* Return None if an XComArg fails to resolve in a multiple_outputs Task

Tasks with multiple_outputs set to True returns XComs with different keys
which are not known to Airflow. Because they have multiple_outputs set, we
should return None if we can't find the XCom, just like we return None when
the key is equal to XCOM_RETURN_KEY known to Airflow.

Closes: https://github.com/apache/airflow/issues/29199

* Apply suggestions from code review

Report URL: https://github.com/apache/airflow/actions/runs/5332663815

With regards,
GitHub Actions via GitBox


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

Reply via email to