ephraimbuddy commented on code in PR #32027:
URL: https://github.com/apache/airflow/pull/32027#discussion_r1236603483


##########
airflow/models/xcom_arg.py:
##########
@@ -370,6 +370,13 @@ def resolve(self, context: Context, session: Session = 
NEW_SESSION) -> Any:
             return result
         if self.key == XCOM_RETURN_KEY:
             return None
+        if self.operator.multiple_outputs:  # type: ignore

Review Comment:
   What do you think about having it in Operator here: 
https://github.com/apache/airflow/blob/fe7a1aa0962538a99f5e73dbd3890a6f210d22ed/airflow/models/operator.py#L27
 but in a separate PR?



-- 
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