Skip to content

Commit 8835fd9

Browse files
author
Wathon
committed
Update exercise of chapter_1 for Building Data Engineering Pipelines in Python
1 parent 32d8d5d commit 8835fd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Building Data Engineering Pipelines in Python/Exercises/Chapter 1 - Ingesting Data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"cell_type": "code",
102-
"execution_count": null,
102+
"execution_count": 4,
103103
"metadata": {},
104104
"outputs": [],
105105
"source": [
@@ -112,7 +112,7 @@
112112
"}\n",
113113
"\n",
114114
"# Open the configuration file in writable mode\n",
115-
"with open(\"database_config.json\", \"w\") as fh:\n",
115+
"with open(\"data/chapter_1/database_config.json\", \"w\") as fh:\n",
116116
" # Serialize the object in this file handle\n",
117117
" json.dump(obj=database_address, fp=fh)"
118118
]

0 commit comments

Comments
 (0)