-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues while reading Xcom values #46513
Comments
I will take a look at this soon |
@amoghrajesh I think, I detected and fixed no task_id provided case when I was expanding the tests for multiple map_indexes in: But I would be happy to discard it in favor of your PR if you have your own plans on it. |
Just merged #46719, @vatsrahul1001 would you be able to test this again? |
@amoghrajesh |
@vatsrahul1001 I think there were 2 problems in this issue:
1 was solved by the PR I worked on. Can we instead create a new issue for 2? |
Apache Airflow version
3.0.0a1
If "Other Airflow 2 version" selected, which one?
No response
What happened?
I see the below issue while reading Xcom
ti.xcom_pull(key=key)
used to work without task_id in AF2, however failing in AF3AF2
AF3

AF3
AF2
What you think should happen instead?
There is be no deviations in retriving xcom from AF2
How to reproduce
val = ti.xcom_pull(key=key)
in wait_pull method was able to get the xcom value with only using key, however, in AF3 is not able to see . See xcom value of seperate.y taskOperating System
Linux
Versions of Apache Airflow Providers
No response
Deployment
Other
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: