db_host | R Documentation |
If both id
and prefix
are NULL
then the function will check for
the DATABRICKS_HOST
environment variable.
.databrickscfg
will be searched if db_profile
and use_databrickscfg
are set or if
Posit Workbench managed OAuth credentials are detected.
When defining id
and prefix
you do not need to specify the whole URL.
E.g. https://<prefix>.<id>.cloud.databricks.com/
is the form to follow.
db_host(id = NULL, prefix = NULL, profile = default_config_profile())
id |
The workspace string |
prefix |
Workspace prefix |
profile |
Profile to use when fetching from environment variable
(e.g. |
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.
workspace URL
Other Databricks Authentication Helpers:
db_read_netrc()
,
db_token()
,
db_wsid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.