Skip to content

Commit 2292c86

Browse files
chore: Fix readme
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 5ae8e4f commit 2292c86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/beta-on-demand-feature-view.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ When defining an ODFV, you can control when the transformation is applied using
5555
#### Example 1: On Demand Transformation on Read Using Pandas Mode
5656

5757
```python
58-
from feast import Field, RequestSource, on_demand_feature_view
58+
from feast import Field, RequestSource
59+
from feast.on_demand_feature_view import on_demand_feature_view
5960
from feast.types import Float64, Int64
6061
import pandas as pd
6162

0 commit comments

Comments
 (0)