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 536c3c6 commit 4677173Copy full SHA for 4677173
java/serving/src/test/resources/docker-compose/feast10/definitions.py
@@ -7,7 +7,8 @@
7
from feast.feature_view import FeatureView
8
from feast.entity import Entity
9
from feast.feature_service import FeatureService
10
-from feast.data_source import RequestSource, on_demand_feature_view
+from feast.data_source import RequestSource
11
+from feast.on_demand_feature_view import on_demand_feature_view
12
from feast import FileSource
13
14
0 commit comments