I am using AWS Redshift. I have more than 100 tables in one schema, out of which the data of some tables get refreshed on a daily basis while some tables do not get refreshed at all. I have figured out the tables whose data do not get refreshed. Before having them dropped, I want to check if they are currently in use by any function/procedure/view of the same schema or any other schema. Is there any way to check this out on Redshift?