Skip to content

Commit b894605

Browse files
dbarrundia-tigerJesse
andauthored
Fix typo in python README quick start example (#186)
--------- Co-authored-by: Jesse <[email protected]>
1 parent 6a1d3b5 commit b894605

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 2.8.x (Unreleased)
44

5+
- Other: Fix typo in README quick start example
6+
57
## 2.8.0 (2023-07-21)
68

79
- Add support for Cloud Fetch (#146, #151, #154)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ from databricks import sql
3939

4040
host = os.getenv("DATABRICKS_HOST")
4141
http_path = os.getenv("DATABRICKS_HTTP_PATH")
42-
access_token = os.getenv("DATABRICKS_ACCESS_TOKEN")
42+
access_token = os.getenv("DATABRICKS_TOKEN")
4343

4444
connection = sql.connect(
4545
server_hostname=host,

0 commit comments

Comments
 (0)