Databricks SQL Connector
Enables connectivity to Databricks using the Databricks SQL Connector which does not require any ODBC installation.
For more information refer to this documentation and for the specific implementation within the RTDIP SDK, refer to this link.
from rtdip_sdk.connectors import DatabricksSQLConnection
server_hostname = "server_hostname"
http_path = "http_path"
access_token = "token"
connection = DatabricksSQLConnection(server_hostname, http_path, access_token)
Replace server_hostname, http_path and access_token with your own information.
Course Progress
- Introduction
- SDK
- Authentication
- Connectors
- Overview
- Databricks SQL
- ODBC
- Spark
- Exercise
- Queries
- Power BI
- APIs
- Excel Connector