update_view
Updates a SQL view by replacing its SELECT definition. Useful for modifying existing views in Microsoft Fabric Data Warehouses.
Instructions
Redefine a SQL view via CREATE OR ALTER VIEW.
CAUTION: select_body is executed verbatim as DDL. Ensure the body
matches the user's intent before calling this tool.
Args:
workspace: Workspace name or GUID.
item: Warehouse or SQL endpoint name or GUID.
qualified_name: Dot-separated qualified view name, e.g. dbo.vw_sales.
select_body: The new SELECT statement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| qualified_name | Yes | ||
| select_body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||