Databricks Client

The Databricks Client connects to Databricks Workspaces using the Databricks REST API.

Connection Settings

Host

The host address of the Databricks instance. It should follow the format: https://XXX-XXXXXXXX-XXXX.cloud.databricks.com.

Authentication Type

Specifies the authentication method used to connect to the Databricks instance. Personal Access Token and OAuth are supported.

Personal Access Token (PAT)

Used to authenticate individual users.

Token

The token used for user authentication.

OAuth

Used to authenticate service principals and users.

Client ID

The client ID of the service principal or user.

Client Secret

The client secret of the service principal or user.

Request Timeout

The maximum number of seconds to wait for a response.

Input Settings

Inputs are not supported.

Output Settings

Catalog

The name of the catalog.

Schema

The name of the schema.

Volume

The name of the volume.

Path

The relative path of the file within the volume. Use forward slashes (/) to separate directories. The path should end with the file name.