Skip to content

Read DBFS File Node

Data/Databricks/DBFS

Read DBFS File

Read the contents of a file from DBFS. Returns base64 encoded content for binary files.

data_databricks_read_dbfsdata
Inputs5
Outputs5
Security exposure3/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
3/10High
PrivacyPotential sensitivity of processed data.
5/10Medium
PerformanceRuntime or resource pressure.
4/10Medium
GovernancePolicy, audit, or compliance impact.
4/10Medium
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
3/10High

Input Pins

5

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Databricks provider

DatabricksProviderDatabricksProvider3 fields
provider_idstringrequired
access_tokenstringrequired
workspace_urlstringrequired
Schema enforced

Path

String
path

DBFS path of the file to read

Offset

Integer
offset

Byte offset to start reading from

Default 0

Length

Integer
length

Number of bytes to read (max 1MB)

Default 1048576

Output Pins

5

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

Content

String
content

File content (base64 encoded for binary files)

Bytes Read

Integer
bytes_read

Number of bytes read

Error Message

String
error_message

Error details if the request fails

Node Info

Internal name
data_databricks_read_dbfs
Category
Data/Databricks/DBFS