Skip to content
Discussion options

You must be logged in to vote

I figured it out.
I checked the op_args for the task using the expanded task result and in fact they were "LazyXComSequence(<unevaluated length>)" which cannot be serialized.

So I added a normal @task() that takes that XCom and returns it with list(xcom) and pass that to the next task.
Now it works.

Thanks everyone!

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@Snaptonis
Comment options

Comment options

You must be logged in to vote
1 reply
@Snaptonis
Comment options

Comment options

You must be logged in to vote
1 reply
@Snaptonis
Comment options

Comment options

You must be logged in to vote
1 reply
@Snaptonis
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Snaptonis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants