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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# \[Alpha\] On demand feature view
1
+
# \[Alpha] On demand feature view
2
2
3
3
**Warning**: This is an _experimental_ feature. It's intended for early testing and feedback, and could change without warnings in future releases.
4
4
5
5
{% hint style="info" %}
6
-
To enable this feature, run **`feast alpha enable enable_on_demand_transforms`**
6
+
To enable this feature, run **`feast alpha enable on_demand_transforms`**
7
7
{% endhint %}
8
8
9
9
## Overview
10
10
11
-
On demand feature views allows users to use existing features and request time data \(features only available at request time\) to transform and create new features. Users define python transformation logic which is executed in both historical retrieval and online retrieval paths.
11
+
On demand feature views allows users to use existing features and request time data (features only available at request time) to transform and create new features. Users define python transformation logic which is executed in both historical retrieval and online retrieval paths.
12
12
13
13
Currently, these transformations are executed locally. Future milestones include building a Feature Transformation Server for executing transformations at higher scale.
14
14
@@ -17,11 +17,11 @@ Currently, these transformations are executed locally. Future milestones include
17
17
There are new CLI commands:
18
18
19
19
*`feast on-demand-feature-views list` lists all registered on demand feature view after `feast apply` is run
20
-
*`feast on-demand-feature-views describe [NAME]`describes the definition of an on demand feature view
20
+
*`feast on-demand-feature-views describe [NAME]` describes the definition of an on demand feature view
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.
0 commit comments