DatabricksWorkspace

class pfore_cloud_utilities.DatabricksWorkspace(*args, **kwargs)[source]

Helper class to interact with a Databricks workspace.

The class requires that at least a databricks configuration profile is set which is assumed to be located under ~/.databrickscfg.

This class can be extended to use DBFS, secrets, jobs and libraries APIs.

Raises:

FileNotFoundError – If ~/.databrickscfg config file is not found