I can't find any references in 2.0 docs mentioning...
# prefect-community
a
I can't find any references in 2.0 docs mentioning
result_filesystem
it's responsible for handling task result storage. I'm trying to store task result on s3 bucket
1
c
Hi Ahmed, I think currently task results are local only, and there is a a feature request being developed to persist on remote filesystems. https://docs.prefect.io/concepts/tasks/?h=result#task-results
In the short term, you can persist the results directly by writing out to a file using boto3 to your s3 bucket; in the long term, I’d expect you will be able to use your storage block and have it natively in prefect
a
Actually I don't really care about the data I'm trying to implement because I'm using prefect with dask which stores task data to the local disk and the disk itself temporarily as pods are getting destroyed regularly thus losing the task result when the engine asks for it