I create Azure Databricks workspaces using Terraform. As a part of workspace creation I create the catalog and a schema in the catalog but not the tables. After this I follow below steps:
1. Create managed tables in the schema using Databricks workspace UI
2. Delete all managed tables in the schema using Databricks worksapce UI
3. Now deleting the schema using terraform or using Databricks UI is giving error that schema has managed table(s) and hence schema cannot be deleted. I need to know why?