Skip to content

Commit daf0b98

Browse files
committed
Fix module 0 readme
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent fd719de commit daf0b98

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

module_0/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ $ feast plan
234234
Created entity driver
235235
Created feature view driver_hourly_stats
236236
Created feature service model_v2
237+
Created feature service model_v1
237238
238239
No changes to infrastructure
239240
```
@@ -248,6 +249,7 @@ $ feast apply
248249
249250
Created entity driver
250251
Created feature view driver_hourly_stats
252+
Created feature service model_v1
251253
Created feature service model_v2
252254
253255
Deploying infrastructure for driver_hourly_stats

module_1/feature_repo/module_1.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
},
160160
{
161161
"cell_type": "code",
162-
"execution_count": 3,
162+
"execution_count": 1,
163163
"metadata": {},
164164
"outputs": [
165165
{
@@ -169,6 +169,7 @@
169169
"Created entity \u001b[1m\u001b[32mdriver\u001b[0m\n",
170170
"Created feature view \u001b[1m\u001b[32mdriver_hourly_stats\u001b[0m\n",
171171
"Created feature view \u001b[1m\u001b[32mdriver_daily_features\u001b[0m\n",
172+
"Created feature service \u001b[1m\u001b[32mmodel_v1\u001b[0m\n",
172173
"Created feature service \u001b[1m\u001b[32mmodel_v2\u001b[0m\n",
173174
"\n",
174175
"Deploying infrastructure for \u001b[1m\u001b[32mdriver_hourly_stats\u001b[0m\n",
@@ -760,10 +761,10 @@
760761
],
761762
"metadata": {
762763
"interpreter": {
763-
"hash": "897235db2a882d4808b8b7306d9885bcbc83a97fa026b35b0c5378d9bfffccbb"
764+
"hash": "7d634b9af180bcb32a446a43848522733ff8f5bbf0cc46dba1a83bede04bf237"
764765
},
765766
"kernelspec": {
766-
"display_name": "Python 3.8.10 64-bit ('python-3.8-test')",
767+
"display_name": "Python 3.8.10 64-bit ('python-3.8')",
767768
"language": "python",
768769
"name": "python3"
769770
},

0 commit comments

Comments
 (0)