create_warehouse
Create a new data warehouse in a workspace. Requires workspace and name; optional collation and description.
Instructions
Create a new Warehouse in a workspace.
Args: workspace: Workspace name or GUID. name: Display name for the new warehouse. collation: Optional default collation for the new warehouse. Fabric Data Warehouse supports a fixed set of collations. Supported values include:
- ``Latin1_General_100_BIN2_UTF8`` (recommended default)
- ``Latin1_General_100_CI_AS_KS_WS_SC_UTF8``
- ``Latin1_General_CI_AS``
- ``SQL_Latin1_General_CP1_CI_AS``
When omitted, the workspace default collation is used.
Supplying an unsupported value will cause the Fabric API to
return an error. See the Fabric documentation for the full
list of supported collations.
description: Optional description for the new warehouse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| name | Yes | ||
| collation | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||