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
fix: Switch from join_key to join_keys in tests and docs (#2580)
* Switch from `join_key` to `join_keys` in tests and docs
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Convert iterator to list so it can be used repeatedly
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Format
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Copy file name to clipboardexpand all lines: docs/getting-started/concepts/entity.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
An entity is a collection of semantically related features. Users define entities to map to the domain of their use case. For example, a ride-hailing service could have customers and drivers as their entities, which group related features that correspond to these customers and drivers.
Entities are typically defined as part of feature views. Entity name is used to reference the entity from a feature view definition and join key is used to identify the physical primary key on which feature values should be stored and retrieved. These keys are used during the lookup of feature values from the online store and the join process in point-in-time joins. It is possible to define composite entities \(more than one entity object\) in a feature view. It is also possible for feature views to have zero entities. See [feature view](feature-view.md) for more details.
0 commit comments