dbConnect,DatabricksDriver-method | R Documentation |
Connect to Databricks SQL Warehouse
## S4 method for signature 'DatabricksDriver'
dbConnect(
drv,
warehouse_id,
catalog = NULL,
schema = NULL,
staging_volume = NULL,
token = db_token(),
host = db_host(),
...
)
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) |
A DatabricksConnection object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.