Skip to content

Commit 0409faf

Browse files
committed
Add FeatureSet var to FeatureRow proto
1 parent f443560 commit 0409faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protos/feast/types/FeatureRow.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ option go_package = "github.com/gojek/feast/protos/generated/go/feast/types";
2828
message FeatureRow {
2929
repeated Feature features = 2;
3030
google.protobuf.Timestamp eventTimestamp = 3;
31+
FeatureSet featureSet = 4;
3132
message FeatureSet {
3233
string name = 5;
3334
int32 version = 6;

0 commit comments

Comments
 (0)