Hi there, hopefully a quick question: If I run a ...
# ask-community
c
Hi there, hopefully a quick question: If I run a task whose output is a file (that will also be loaded in future tasks) what is the standard way to handle this? I've looked at ttps://docs.prefect.io/core/concepts/persistence.html#output-caching-based-on-a-file-target but the example
func_task
doesn't actually produce a file target so I'm not sure how to use it.