amoghrajesh commented on code in PR #49546: URL: https://github.com/apache/airflow/pull/49546#discussion_r2053910676
########## RELEASE_NOTES.rst: ########## @@ -351,6 +354,34 @@ Should be updated to:: kwargs["ti"].xcom_pull(task_ids="task1", key="key") +**Return Type Change for Single Task ID**: + +In Airflow 2, when using ``xcom_pull()`` with a single task ID in a list (e.g., ``task_ids=["task1"]``), it would return a ``LazyXComSelectSequence`` Review Comment: ```suggestion In Airflow 2, when using ``xcom_pull()`` with a single task ID in a list (e.g., ``task_ids=["task1"]``) would return a ``LazyXComSelectSequence`` ``` -- 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]
