We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1d3b5 commit b894605Copy full SHA for b894605
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## 2.8.x (Unreleased)
4
5
+- Other: Fix typo in README quick start example
6
+
7
## 2.8.0 (2023-07-21)
8
9
- Add support for Cloud Fetch (#146, #151, #154)
README.md
@@ -39,7 +39,7 @@ from databricks import sql
39
40
host = os.getenv("DATABRICKS_HOST")
41
http_path = os.getenv("DATABRICKS_HTTP_PATH")
42
-access_token = os.getenv("DATABRICKS_ACCESS_TOKEN")
+access_token = os.getenv("DATABRICKS_TOKEN")
43
44
connection = sql.connect(
45
server_hostname=host,
0 commit comments