Hi team! My local prefect database keeps growing in size, and its getting quite expensive. Is there a setting I can change to modify the log / task / flow retention policy to free up some disk space?
n
Nathan Low
07/26/2024, 1:23 PM
So I see people usually create prefect flows to do deletes in the local database, it's mostly the flow_runs table you'll want to remove rows from.
upvote 1
s
Samuel Hinton
07/28/2024, 5:48 AM
There wouldnt happen to be any examples online of this? Would this be a direct DB connection instead of something you could do with the prefect python client?