install_db_sql_connector {brickster} | R Documentation |
Install Databricks SQL Connector (Python)
Description
Install Databricks SQL Connector (Python)
Usage
install_db_sql_connector(
envname = determine_brickster_venv(),
method = "auto",
...
)
Arguments
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 |
Details
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.
Examples
## Not run: install_db_sql_connector()