lakehouse_create
Create a new lakehouse in a Fabric workspace. Provide workspace ID and display name to provision it with schema support.
Instructions
Create a new lakehouse in a workspace (long-running operation). Schemas are enabled by default (preview).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Description of the lakehouse | |
| displayName | Yes | Display name for the lakehouse | |
| workspaceId | Yes | The workspace ID | |
| enableSchemas | No | Create a schema-enabled lakehouse (preview). Defaults to true. Set to false for a classic lakehouse without schema support. |