hey all, I want to implement custom `Result` like ...
# ask-community
e
hey all, I want to implement custom
Result
like implementation for 2.0, but I can’t find anything in the docs. Closest thing I am seeing is
FileSystems
but I don’t see example usage of passing data between tasks using a custom persistence layer
👀 1
in fact, I can’t seem to find a single example of passing data between tasks for 2.0 am I missing something?
I was missing something 🙂 i see basic examples just need to figure out how to customize
b
Glad you found what you were looking for Evan!
e
I am still not seeing how to implement the same behavior as https://docs-v1.prefect.io/core/advanced_tutorials/using-results.html#providing-a-task-s-location-directly for example
k
I don’t think result is in 2.0 yet. Is that correct @Anna Geller?
e
👀 that would certainly cause this!
a
yup, true - we are starting work on that next week
e
v excited for that to be merged in it
It’s very important to me 😃