We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c3d5d commit 65f2ad7Copy full SHA for 65f2ad7
protos/feast/types/FeatureRow.proto
@@ -36,7 +36,7 @@ message FeatureRow {
36
google.protobuf.Timestamp event_timestamp = 3;
37
38
// 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
+ // <project>/<feature-set-name>:<version>. This value will be used by the feast ingestion job to filter
40
// rows, and write the values to the correct tables.
41
string feature_set = 6;
42
-}
+}
0 commit comments