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

Name Description
workspace
Required
str

The workspace this datastore belongs to.

name
Required
str

The datastore name.

workspace
Required
str

The workspace this datastore belongs to.

name
Required
str

The datastore name.