ALTER CATALOG
Applies to: Databricks SQL
Databricks Runtime 10.3 and above
Unity Catalog only
Transfers the ownership of a catalog to a new principal.
Parameters
-
The name of the catalog to be altered. If you provide no name the default is
hive_metastore
. [ SET ] OWNER TO principal
Transfers ownership of the catalog to
principal
.Applies to:
Databricks SQL SQL warehouse version 2022.35 or higher
Databricks Runtime 11.2 and above
SET
is allowed as an optional keyword.