Hi everyone,
I am hosting a prefect server using postgresql and I want to delete old resources after x days.
How should I do it and what should I clean?
Should I write some SQL queries or use the SDK/API?
And what tables I need to delete rows from?
Only artifact, flow_run, flow_run_state, task_run and task_run_state tables? More tables?