Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update comments on FeatureRow
(cherry picked from commit 65f2ad7)
  • Loading branch information
woop authored and davidheryanto committed Feb 26, 2020
commit 66f979cf9bec76ba17cb18d58d5b446ec5bf304b
4 changes: 2 additions & 2 deletions protos/feast/types/FeatureRow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ message FeatureRow {
google.protobuf.Timestamp event_timestamp = 3;

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