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 03d6116 commit 9b16615Copy full SHA for 9b16615
1 file changed
sdk/python/feast/on_demand_feature_view.py
@@ -120,7 +120,7 @@ def __init__( # noqa: C901
120
owner (optional): The owner of the on demand feature view, typically the email
121
of the primary maintainer.
122
write_to_online_store (optional): A boolean that indicates whether to write the on demand feature view to
123
- the online store for faster retrieval.
+ the online store for faster retrieval.
124
"""
125
super().__init__(
126
name=name,
@@ -162,7 +162,6 @@ def __init__( # noqa: C901
162
self.source_request_sources[odfv_source.name] = odfv_source
163
elif isinstance(odfv_source, FeatureViewProjection):
164
self.source_feature_view_projections[odfv_source.name] = odfv_source
165
-
166
else:
167
self.source_feature_view_projections[odfv_source.name] = (
168
odfv_source.projection
0 commit comments