open_workspace: Connect to Databricks Workspace

View source: R/connection-pane.R

open_workspaceR Documentation

Connect to Databricks Workspace

Description

Connect to Databricks Workspace

Usage

open_workspace(host = db_host(), token = db_token(), name = NULL)

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

## Not run: 
open_workspace(host = db_host(), token = db_token, name = "MyWorkspace")

## End(Not run)

zacdav-db/brickster documentation built on Feb. 25, 2025, 8:21 a.m.