uc_volume_create
Create a managed or external volume in a Databricks Unity Catalog schema by specifying the catalog, schema, name, and volume type.
Instructions
Create a volume (POST /api/2.1/unity-catalog/volumes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Volume name | |
| catalog_name | Yes | Parent catalog name | |
| schema_name | Yes | Parent schema name | |
| volume_type | Yes | MANAGED | EXTERNAL | |
| comment | No | ||
| storage_root | No | ||
| owner | No | ||
| options | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |