onelake_write
Write text or base64 content to OneLake by specifying the target lakehouse, file path, and data. Set encoding, overwrite, or base64 flags to control the write operation.
Instructions
Write text or base64 content to OneLake.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| encoding | No | utf-8 | |
| is_base64 | No | ||
| lakehouse | Yes | ||
| overwrite | No | ||
| workspace | No |