Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ connection.close()

In the above example:
- `server-hostname` is the Databricks instance host name.
- `http-path` is the HTTP Path either to a Databricks SQL endpoint (e.g. /sql/1.0/endpoints/1234567890abcdef),
or to a Databricks Runtime interactive cluster (e.g. /sql/protocolv1/o/1234567890123456/1234-123456-slid123)
- `http-path` is the HTTP Path either to a Databricks SQL endpoint (e.g. `/sql/1.0/endpoints/1234567890abcdef`),
or to a Databricks Runtime interactive cluster (e.g. `/sql/protocolv1/o/1234567890123456/1234-123456-slid123`)
- `personal-access-token` is the Databricks Personal Access Token for the account that will execute commands and queries


Expand Down