cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Is it possible restore a deleted catalog and schema

ashokz
New Contributor

Is it possible restore a deleted catalog and schema.

if CASCADE is used even though schemas and tables are present in catalog, catalog will be dropped.

Is it possible to restore catalog or is possible to restrict the use of CACADE command.

Thank you.

1 REPLY 1

BigRoux
Databricks Employee
Databricks Employee

It is not possible to directly restore a deleted catalog or schema if they were dropped with the CASCADE option, especially in Databricks Unity Catalog. When a catalog or schema is dropped with CASCADE, all its dependent objects, such as schemas and tables, are also deleted. Current functionality focuses on restoring only tables that were dropped under certain conditions.

No inherent mechanisms currently exist in Unity Catalog to dynamically restrict the use of the CASCADE option.

 

Hope this helps. Louis.