We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab859b commit 87fb759Copy full SHA for 87fb759
go/internal/feast/ondemandfeatureview.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
type OnDemandFeatureView struct {
9
- base *BaseFeatureView
+ base *BaseFeatureView
10
sourceFeatureViewProjections map[string]*FeatureViewProjection
11
sourceRequestDataSources map[string]*core.DataSource_RequestDataOptions
12
}
0 commit comments