I have a schema specific for temporary tables in redshift. Eventually, as creation of a lot of tables takes a lot of space, I would like to know the following:
- Is there a way to automate deletion of tables in that schema after X days(lets say 30 days) after the table's creation date?
- Any articles on the above question I can refer to?
Thanks.