Skip to content

Commit 83c7b62

Browse files
authored
new: ipynb notebook (#53)
* new: notebook * fix readme
1 parent 8fab55e commit 83c7b62

File tree

3 files changed

+403
-19
lines changed

3 files changed

+403
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ credentials = get_temp_credentials()
144144
os.environ["DATABASE_HOST"] = credentials["url"]
145145
os.environ["DATABASE_USERNAME"] = credentials["username"]
146146
os.environ["DATABASE_PASSWORD"] = credentials["password"]
147-
os.environ["DATABASE_NAME"] = credentials["database"]
147+
os.environ["DATABASE_NAME"] = credentials["dbName"]
148148

149149
# ...
150150
```

docs/notebook.ipynb

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)