Description Usage Arguments Value
Reading an SQL table from Databricks assumes that the user already has Databricks credentials and access rights to a particular Databricks cluster.
1 2 | readSQLtable(tableName, token, query = NULL, hostName = NULL,
httpPath = NULL)
|
tableName |
Name of the table to read. |
token |
DataBricks token. IT IS PERSONAL TO YOU. |
query |
SQL query. Default: "SELECT * FROM tableName" |
hostName |
Server host name. Default: "db.ref.core.data.digital.nhs.uk" |
httpPath |
HTTP path to the Databricks cluster. Default: "sql/protocolv1/o/0/rstudio-pilot" |
The SQL table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.