Skip to content

Commit 65f2ad7

Browse files
authored
Update comments on FeatureRow
1 parent 98c3d5d commit 65f2ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protos/feast/types/FeatureRow.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ message FeatureRow {
3636
google.protobuf.Timestamp event_timestamp = 3;
3737

3838
// Complete reference to the featureSet this featureRow belongs to, in the form of
39-
// featureSetName:version. This value will be used by the feast ingestion job to filter
39+
// <project>/<feature-set-name>:<version>. This value will be used by the feast ingestion job to filter
4040
// rows, and write the values to the correct tables.
4141
string feature_set = 6;
42-
}
42+
}

0 commit comments

Comments
 (0)