Hi Everyone, I have a doubt regarding the metadata...
# ask-community
c
Hi Everyone, I have a doubt regarding the metadata storage of task results. Is there a way to delete the task metadata once the flow is completed? Currently, I am storing the task results in S3.
j
Hi @Chirag currently the Results interface in prefect does not perform any deletions (only
write
,
read
,
exists
). This means you would need to implement your own mechanism or task to perform the deletions directly. I do think this is something that maybe we could implement or even use in combination with the `resource_manager` api 🤔. Would you mind opening a feature request on the repo with your use case?
c
Sure. Thanks for the reply 🙂.