View source: R/sql-connector.R
install_db_sql_connector | R Documentation |
Install Databricks SQL Connector (Python)
install_db_sql_connector(
envname = determine_brickster_venv(),
method = "auto",
...
)
envname |
The name, or full path, of the environment in which Python
packages are to be installed. When |
method |
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows. |
... |
Additional arguments passed to |
Installs databricks-sql-connector
.
Environemnt is resolved by determine_brickster_venv()
which defaults to
r-brickster
virtualenv.
When running within Databricks it will use the existing python environment.
## Not run: install_db_sql_connector()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.