When deleting table in Redshift I get an error message :
Amazon Invalid operation: cannot drop table rawdata.bss_edw_customer_account because other objects depend on it;
I don't want to use CASCADE because I don't know which other tables/views it will kill. How do I find out which tables or views are dependent on the table I want to drop? I want to make sure I don't step on somebody else's work.
Thanks