uc_table_update
Update a Unity Catalog table's properties by specifying its full name and the fields to modify.
Instructions
Update a table (PATCH /api/2.1/unity-catalog/tables/{full_name}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_name | Yes | Table full name (catalog.schema.table) | |
| body | Yes | PATCH body — any updateable table field |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |