Hello there!
I am currently getting much of our codebase to work with prefect. In that regard I am doing some flows, where I use the Mapping feature for processing data. I am currently running into a problem, where I want to output multiple values from a mapped task, but I cannot seem to get it working. I have tried specifying both output annotation and nout=2, but it does not seem to register. It returns a TypeError exception saying that the task is not iterable. I have another task which is not a mapped task where this works fine. Is there anyone that have tried this before and can help me get it working?
Thanks in advance!