uc_schema_update
Update a Unity Catalog schema's comment, properties, owner, name, or tags using the Databricks REST API.
Instructions
Update a schema (PATCH /api/2.1/unity-catalog/schemas/{full_name}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_name | Yes | Schema full name (catalog.schema) | |
| comment | No | ||
| properties | No | ||
| owner | No | ||
| new_name | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |