I am looking for a way to delete a Managed table without deleting the underlying data in Databricks.
I accidentally created a Managed table on top of the data stored in my mounted storage account when I was actually looking to create an External (Unmanaged) table.
Is there a way to do this? Maybe 'delete' is actually not the correct term here and what I am looking for is a way to de-register the table from the hive metastore?