create_lakehouse
Create a new lakehouse in a Fabric workspace, specifying its name, workspace, description, and folder. Provision a centralized data storage and analytics environment for your Microsoft Fabric projects.
Instructions
Create a new lakehouse in a Fabric workspace.
Args:
name: Name of the lakehouse
workspace: Name or ID of the workspace (optional)
description: Description of the lakehouse (optional)
ctx: Context object containing client information
Returns:
A string confirming the lakehouse has been created or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder_id | No | ||
| workspace | No | ||
| description | No |