Code
databricks_default_driver()
Condition
Error in `DBI::dbConnect()`:
! Failed to automatically find the Databricks/Spark ODBC driver.
i Set `driver` to known driver name or path.
Code
databricks_host("")
Condition
Error in `DBI::dbConnect()`:
! No Databricks workspace URL provided.
i Either supply `workspace` argument or set env var `DATABRICKS_HOST`.
Code
. <- databricks_args1()
Condition
Error in `DBI::dbConnect()`:
! Failed to detect ambient Databricks credentials.
i Supply `uid` and `pwd` to authenticate manually.
Code
databricks_auth_args("host", uid = "uid")
Condition
Error in `DBI::dbConnect()`:
! Both `uid` and `pwd` must be specified for manual authentication.
i Or leave both unset for automated authentication.
Code
dbConnect(databricks(), httpPath = "boop", HTTPPath = "bop")
Condition
Error in `dbConnect()`:
! Exactly one of `httpPath` or `HTTPPath` must be supplied.
Code
dbConnect(databricks(), HTTPPath = 1L)
Condition
Error in `dbConnect()`:
! `HTTPPath` must be a single string or `NULL`, not the number 1.
Code
dbConnect(databricks(), httpPath = 1L)
Condition
Error in `dbConnect()`:
! `httpPath` must be a single string or `NULL`, not the number 1.
Code
databricks_args(workspace = "workspace", httpPath = "path", driver = "driver")
Condition
Error in `DBI::dbConnect()`:
! Failed to detect ambient Databricks credentials.
i Supply `uid` and `pwd` to authenticate manually.
i Or consider enabling Posit Connect's Databricks integration for viewer-based credentials. See <https://docs.posit.co/connect/user/oauth-integrations/#adding-oauth-integrations-to-deployed-content> for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.