Skip to content

Commit 723858f

Browse files
Fix typo in feature retrieval doc (#2092)
Signed-off-by: Olivier Labreche <olivier.labreche@shopify.com>
1 parent fded0dd commit 723858f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/concepts/feature-retrieval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note, if you're using [Feature views without entities](feature-view.md#feature-v
3232

3333
## Event timestamp
3434

35-
The timestamp on which an event occurred, as found in a feature view's data source. The entity timestamp describes the event time at which a feature was observed or generated.
35+
The timestamp on which an event occurred, as found in a feature view's data source. The event timestamp describes the event time at which a feature was observed or generated.
3636

3737
Event timestamps are used during point-in-time joins to ensure that the latest feature values are joined from feature views onto entity rows. Event timestamps are also used to ensure that old feature values aren't served to models during online serving.
3838

0 commit comments

Comments
 (0)