I manually added an external location based on a Terraformed S3 bucket. Now I want to Terraform the external location as well, but it complains that I have already register another external location on that bucket (my manual one).
I thought I would quickly delete it in the UI (Data -> External Location -> Delete). First it asks if I am sure I want to delete it. When I press delete this error message comes up "External Location has dependent catalogs, schemas, managed tables or external tables; use force option to delete anyway". When I press force delete it reloads that prompt, but nothing is deleted. I revoked all permissions in the tab and dropped all tables and schemas I know was associated, but it does not help. I also Terraformed a new external location for a new bucket and delete the old bucket, but still not able to delete the manual external location. The schemas and tables were in the hive_metastore catalog if that makes any difference (the tool behind the integration does not support Unity Catalog).
Is there a way that I can see what is blocking me from deleting this?