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
Prev Previous commit
Next Next commit
updated stream feature view proto
Signed-off-by: Francisco Javier Arceo <franciscojavierarceo@users.noreply.github.com>
  • Loading branch information
franciscojavierarceo committed Mar 18, 2024
commit 01b82c89c8c0fd94b0aa211f5915644c0cf0642d
4 changes: 4 additions & 0 deletions protos/feast/core/StreamFeatureView.proto
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ message StreamFeatureViewSpec {
// Serialized function that is encoded in the streamfeatureview
UserDefinedFunction user_defined_function = 13;


// Mode of execution
string mode = 14;

Expand All @@ -88,5 +89,8 @@ message StreamFeatureViewSpec {

// Timestamp field for aggregation
string timestamp_field = 16;

// Oneof with {user_defined_function, on_demand_substrait_transformation}
FeatureTransformation transformation = 17;
}