Skip to content

Commit 2f8c5ab

Browse files
woopgitbook-bot
authored andcommitted
GitBook: [master] one page and 2 assets modified
1 parent c63b037 commit 2f8c5ab

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
File renamed without changes.

docs/quickstart.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,15 @@ We can register our features by running `feast apply` from the CLI:
129129
{% code title="CLI" %}
130130
```bash
131131
feast apply
132-
133-
# Processing <cwd>/feature_repo/example.py as example
134-
# Done!
135132
```
136133
{% endcode %}
137134

135+
```text
136+
Registered entity driver_id
137+
Registered feature view driver_hourly_stats
138+
Deploying infrastructure for driver_hourly_stats
139+
```
140+
138141
This command has registered our features to Feast. They're now ready for offline retrieval and materialization.
139142

140143
## 3. Generating training data

0 commit comments

Comments
 (0)