DBFSDatastore Class

Represents a datastore that saves connection information to Databricks File System (DBFS).

You should not work with this class directly. To create a datastore that saves connection information to DBFS, use the register_dbfs method of the Datastore class.

Note: DBFSDatastore is the only supported input/output for Databricks jobs on Databricks clusters.

Initialize a new Databricks File System (DBFS) datastore.

Inheritance
DBFSDatastore

Constructor

DBFSDatastore(workspace, name)

Parameters

workspace
str
Required

The workspace this datastore belongs to.

name
str
Required

The datastore name.

workspace
str
Required

The workspace this datastore belongs to.

name
str
Required

The datastore name.