uc_catalog_create
Creates a new Unity Catalog catalog in Databricks with required name and optional settings like comment, storage root, and tags.
Instructions
Create a catalog (POST /api/2.1/unity-catalog/catalogs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Catalog name | |
| comment | No | ||
| properties | No | ||
| storage_root | No | ||
| provider_name | No | ||
| share | No | ||
| connection_name | No | ||
| options | No | ||
| isolation_mode | No | OPEN | ISOLATED | |
| vendor_name | No | ||
| region | No | ||
| metastore_id | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |