dbfs_get
Retrieve base64-encoded bytes from a DBFS file using its absolute path; optionally specify offset and length to read a specific portion.
Instructions
Read bytes from a DBFS file (returned base64-encoded).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute DBFS path | |
| offset | No | ||
| length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |