There was an error while loading. Please reload this page.
1 parent 4a2c84c commit 9e6d84bCopy full SHA for 9e6d84b
1 file changed
sdk/python/feast/infra/registry_stores/sql.py
@@ -294,6 +294,7 @@ def apply_data_source(
294
def apply_feature_view(
295
self, feature_view: BaseFeatureView, project: str, commit: bool = True
296
):
297
+ # TODO(achals): Stream feature views need to be supported.
298
if isinstance(feature_view, FeatureView):
299
fv_table = feature_views
300
elif isinstance(feature_view, OnDemandFeatureView):
0 commit comments