create_view
Create a SQL view in Microsoft Fabric by specifying the workspace, warehouse or SQL endpoint, view name, and the SELECT statement for the view body.
Instructions
Create a new SQL 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 SELECT statement that forms the view body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| qualified_name | Yes | ||
| select_body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||