We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbd75c commit fded0ddCopy full SHA for fded0dd
docs/getting-started/concepts/feature-view.md
@@ -86,12 +86,12 @@ from location_stats_feature_view import location_stats_fv
86
temperatures_fs = FeatureService(
87
name="temperatures",
88
features=[
89
- location_stats_feature_view
+ location_stats_fv
90
.with_name("origin_stats")
91
.with_join_key_map(
92
{"location_id": "origin_id"}
93
),
94
95
.with_name("destination_stats")
96
97
{"location_id": "destination_id"}
0 commit comments