Connect to Databricks Workspace
Arguments
- host
Databricks workspace URL, defaults to calling
db_host().- token
Databricks workspace token, defaults to calling
db_token().- name
Desired name to assign the connection
Examples
if (FALSE) { # \dontrun{
open_workspace(host = db_host(), token = db_token, name = "MyWorkspace")
} # }
