File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def __init__( # noqa: C901
120120 owner (optional): The owner of the on demand feature view, typically the email
121121 of the primary maintainer.
122122 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.
123+ the online store for faster retrieval.
124124 """
125125 super ().__init__ (
126126 name = name ,
@@ -162,6 +162,7 @@ def __init__( # noqa: C901
162162 self .source_request_sources [odfv_source .name ] = odfv_source
163163 elif isinstance (odfv_source , FeatureViewProjection ):
164164 self .source_feature_view_projections [odfv_source .name ] = odfv_source
165+
165166 else :
166167 self .source_feature_view_projections [odfv_source .name ] = (
167168 odfv_source .projection
You can’t perform that action at this time.
0 commit comments