fabric_onelake_write_file
Write text content to a specified OneLake path, creating, appending, and flushing the file in Microsoft Fabric.
Instructions
Write a (small) text file to OneLake (create → append → flush).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | OneLake path relative to the workspace, e.g. "{itemId}/Files/data/file.csv" | |
| content | Yes | Text content | |
| workspace | No | Workspace ID (defaults to FABRIC_DEFAULT_WORKSPACE) |