fabric_create_shortcut
Create a OneLake shortcut to link external data sources such as ADLS Gen2, Amazon S3, or other OneLake items into a specified item and path.
Instructions
Create a OneLake shortcut. target is the source definition, e.g. {"oneLake":{"workspaceId":"...","itemId":"...","path":"Tables/x"}} or {"adlsGen2":{...}} / {"amazonS3":{...}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item ID that hosts the shortcut (e.g. a lakehouse) | |
| path | Yes | Where to create the shortcut, e.g. "Files" or "Tables" | |
| name | Yes | Shortcut name | |
| target | Yes | Target definition (oneLake / adlsGen2 / amazonS3 / dataverse / …) | |
| workspace | No | Workspace ID (defaults to FABRIC_DEFAULT_WORKSPACE) |