uc_function_update
Update an existing function in Unity Catalog by specifying its full name and the fields to modify.
Instructions
Update a function (PATCH /api/2.1/unity-catalog/functions/{full_name}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_name | Yes | Function full name (catalog.schema.function) | |
| body | Yes | PATCH body — any updateable function field |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |