dbfs_put
Upload file contents to a Databricks File System path with support for base64 encoding and optional overwrite.
Instructions
Upload contents to a DBFS path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute DBFS path | |
| contents | Yes | File contents (base64 when encoding='base64'; otherwise UTF-8) | |
| overwrite | No | ||
| encoding | No | utf-8 (default) or base64 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |