Skip to contents

DatabricksClient is a constructor for class that performs any operations with Databricks REST API and handle a subset of Unified Client Authentication.

Usage

DatabricksClient(profile = NULL, host = NULL, token = NULL, config_file = NULL)

Arguments

profile

configuration profile from ~/.databrickscfg. Defaults to DEFAULT

host

URL of Databricks Workspace

token

Personal Access Token

config_file

path to Databricks CLI configuration file. Defaults to ~/.databrickscfg