py_db_sql_connector {brickster} | R Documentation |
Databricks SQL Connector (Python)
Description
Access the Databricks SQL connector from Python via
{reticulate}
.
Usage
py_db_sql_connector
Format
An object of class python.builtin.module
(inherits from python.builtin.object
) of length 0.
Details
This requires that the connector has been installed via
install_db_sql_connector()
.
For more documentation of the methods, refer to the python documentation.
[Package brickster version 0.2.5 Index]