powered by
Connect to Databricks Workspace
open_workspace(host = db_host(), token = db_token(), name = NULL)
Databricks workspace URL, defaults to calling db_host().
db_host()
Databricks workspace token, defaults to calling db_token().
db_token()
Desired name to assign the connection
if (FALSE) { open_workspace(host = db_host(), token = db_token, name = "MyWorkspace") }
Run the code above in your browser using DataLab