We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63b037 commit 2f8c5abCopy full SHA for 2f8c5ab
docs/.gitbook/assets/image (10).png …s/.gitbook/assets/image (10) (1) (1).pngdocs/.gitbook/assets/image (10).png renamed to docs/.gitbook/assets/image (10) (1) (1).png
docs/quickstart.md
@@ -129,12 +129,15 @@ We can register our features by running `feast apply` from the CLI:
129
{% code title="CLI" %}
130
```bash
131
feast apply
132
-
133
-# Processing <cwd>/feature_repo/example.py as example
134
-# Done!
135
```
136
{% endcode %}
137
+```text
+Registered entity driver_id
+Registered feature view driver_hourly_stats
138
+Deploying infrastructure for driver_hourly_stats
139
+```
140
+
141
This command has registered our features to Feast. They're now ready for offline retrieval and materialization.
142
143
## 3. Generating training data
0 commit comments