Skip to contents

Connect to Databricks SQL Warehouse

Usage

# S4 method for class 'DatabricksDriver'
dbConnect(
  drv,
  warehouse_id,
  catalog = NULL,
  schema = NULL,
  staging_volume = NULL,
  token = db_token(),
  host = db_host(),
  ...
)

Arguments

drv

A DatabricksDriver object

warehouse_id

ID of the SQL warehouse to connect to

catalog

Optional catalog name to use as default

schema

Optional schema name to use as default

staging_volume

Optional volume path for large dataset staging

token

Authentication token (defaults to db_token())

host

Databricks workspace host (defaults to db_host())

...

Additional arguments (ignored)

Value

A DatabricksConnection object