uc_schema_create
Create a schema in a Databricks Unity Catalog. Specify the schema name and parent catalog, with optional properties, tags, and owner.
Instructions
Create a schema (POST /api/2.1/unity-catalog/schemas).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Schema name | |
| catalog_name | Yes | Parent catalog name | |
| comment | No | ||
| properties | No | ||
| storage_root | No | ||
| owner | No | ||
| include_table_defaults | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |