Workspace ID, optionally specified to make connections pane more powerful.
Specified as an environment variable DATABRICKS_WSID
.
.databrickscfg
will be searched if db_profile
and use_databrickscfg
are set or
if Posit Workbench managed OAuth credentials are detected.
Refer to api authentication docs
db_wsid(profile = default_config_profile())
databricks workspace ID
Profile to use when fetching from environment variable
(e.g. .Renviron
) or .databricksfg
file
The behaviour is subject to change depending if db_profile
and
use_databrickscfg
options are set.
use_databrickscfg
: Boolean (default: FALSE
), determines if credentials
are fetched from profile of .databrickscfg
or .Renviron
db_profile
: String (default: NULL
), determines profile used.
.databrickscfg
will automatically be used when Posit Workbench managed OAuth credentials are detected.
See vignette on authentication for more details.
Other Databricks Authentication Helpers:
db_host()
,
db_read_netrc()
,
db_token()