Defining Databricks Catalogs
The following properties are applicable to a Databricks Catalog object.
|
Tab |
Property |
Description |
Additional Information |
|---|---|---|---|
| Name | Specifies the name of the unity catalog | ||
| If Not Exists | Specifies that if the unity catalog already exists, no exception is thrown, and no action happens | ||
| Generate | Specifies whether a DDL statement is generated for the unity catalog during forward engineering | ||
| General | Location | Specifies the directory path to a managed storage location for the unity catalog that is different from the root storage directory. | For example, s3://org/banking |
| Using Share Info | Specifies unity catalog sharing based on Delta Sharing | ||
|
|
Tags |
Specifies a list of tags used to search catalog |
For example, ALTER CATALOG catalog_162 SET TAGS ('cattag1' = 'val1', 'cattag2' = 'val2', 'cattag3' = 'val3'); This applies three key–value tags to the Unity Catalog named catalog_162. |
Was this helpful?