Skip to content

Commit a362e9f

Browse files
committed
Temp fix
Signed-off-by: Kevin Zhang <[email protected]>
1 parent c90a224 commit a362e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/serving/src/test/resources/docker-compose/feast10/definitions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from feast.feature_view import FeatureView
88
from feast.entity import Entity
99
from feast.feature_service import FeatureService
10-
from feast.on_demand_feature_view import RequestSource, on_demand_feature_view
10+
from feast.on_demand_feature_view import RequestDataSource, on_demand_feature_view
1111
from feast import FileSource
1212

1313

@@ -40,7 +40,7 @@
4040
)
4141

4242

43-
input_request = RequestSource(
43+
input_request = RequestDataSource(
4444
name="vals_to_add",
4545
schema={
4646
"val_to_add": ValueType.INT64,

0 commit comments

Comments
 (0)