https://prefect.io logo
s

Stefano De Feo

08/03/2022, 5:44 PM
Hi, I was just curious to know how data is passed between tasks in prefect 2. Are the results always passed to the next task directly through memory even if storage is set up to persist them? Or is it just references to the storage that are passed between tasks? Thanks in advance
a

Anna Geller

08/03/2022, 6:23 PM
currently, data is passed in memory and return values are also persisted locally - we are working on that and it's a high priority item
👍 2
2 Views