Skip to content

Commit 9e6d84b

Browse files
committed
add a comment
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 4a2c84c commit 9e6d84b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • sdk/python/feast/infra/registry_stores

sdk/python/feast/infra/registry_stores/sql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ def apply_data_source(
294294
def apply_feature_view(
295295
self, feature_view: BaseFeatureView, project: str, commit: bool = True
296296
):
297+
# TODO(achals): Stream feature views need to be supported.
297298
if isinstance(feature_view, FeatureView):
298299
fv_table = feature_views
299300
elif isinstance(feature_view, OnDemandFeatureView):

0 commit comments

Comments
 (0)