Skip to content

Commit b431074

Browse files
committed
On Demand feature view transformation updated
Signed-off-by: jyejare <jyejare@redhat.com>
1 parent b4742f6 commit b431074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/feast/on_demand_feature_view.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ def from_proto(
463463
name=feature.name,
464464
dtype=from_value_type(ValueType(feature.value_type)),
465465
vector_index=feature.vector_index,
466+
vector_length=feature.vector_length,
466467
vector_search_metric=feature.vector_search_metric,
467468
)
468469
for feature in on_demand_feature_view_proto.spec.features

0 commit comments

Comments
 (0)