Skip to content

Get DBFS Status Node

Data/Databricks/DBFS

Get DBFS Status

Get the status (metadata) of a file or directory in DBFS

data_databricks_get_dbfs_statusdata
Inputs3
Outputs5
Security exposure2/10
Packagedata

Ratings

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

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

Input Pins

3

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 to check

Output Pins

5

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

File Info

Struct
file_info

File or directory information

DatabricksFileInfoDatabricksFileInfo4 fields
pathstringrequired
is_dirbooleanrequired
file_sizeinteger:int64required
format int64
modification_timeinteger:int64required
format int64
Schema enforced

Exists

Boolean
exists

Whether the path exists

Error Message

String
error_message

Error details if the request fails

Node Info

Internal name
data_databricks_get_dbfs_status
Category
Data/Databricks/DBFS