Hi all,
I have been trying to do something as described
here using either prefect 2.0 OR 1.0 -> You can see my comment there.
In summary, I just want to run tasks where I can specify one or multiple targets (depending on how many objects are returned by the task) so that the first time I run a task it saves the object it returns as a local file and in subsequent runs it just loads it so that following-up tasks can use that information.