XCom_pull of multiple task_ids not returning the list values #41983
Labels
area:core
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
Apache Airflow version
2.10.0
If "Other Airflow 2 version" selected, which one?
No response
What happened?
When passing a list of task IDs to the task_ids argument in task_instance.xcom_pull, instead of receiving a list of values returned by each task, you might encounter a string with the value 'LazySelectSequence'."
In older versions of Airflow, such as 2.9.3, this issue did not occur.
What you think should happen instead?
It should return a list of values pushed by each task mentioned in the task_ids argument
How to reproduce
with DAG as dag:
Operating System
Debian GNU/Linux 12
Versions of Apache Airflow Providers
No response
Deployment
Docker-Compose
Deployment details
FROM apache/airflow:2.10.0-python3.10
Anything else?
In older versions of Airflow, such as 2.9.3, this issue did not occur.
Error log:
[2024-09-03, 17:48:50 -03] {logging_mixin.py:190} INFO - received message: 'LazySelectSequence([2 items])'
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: