dbfs_datastore Module
Contains functionality for datastores that save connection information to Databricks File Sytem (DBFS).
Classes
DBFSDatastore |
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. |