You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/alpha-on-demand-feature-view.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ There are new CLI commands:
21
21
22
22
## Example
23
23
24
-
See [https://github.com/feast-dev/on-demand-feature-views-demo](https://github.com/feast-dev/on-demand-feature-views-demo) for an example on how to use on demand feature views.
24
+
See [https://github.com/feast-dev/on-demand-feature-views-demo](https://github.com/feast-dev/on-demand-feature-views-demo) for an example on how to use on demand feature views.
25
25
26
26
### **Registering transformations**
27
27
@@ -32,7 +32,7 @@ from feast import Field, RequestSource
32
32
from feast.types import Float64, Int64
33
33
import pandas as pd
34
34
35
-
# Define a request data source which encodes features / information only
35
+
# Define a request data source which encodes features / information only
36
36
# available at request time (e.g. part of the user initiated HTTP request)
0 commit comments