https://prefect.io logo
c

Chirag

10/07/2020, 1:14 PM
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

josh

10/07/2020, 1:20 PM
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

Chirag

10/07/2020, 1:22 PM
Sure. Thanks for the reply 🙂.
2 Views