diff --git a/sdk/python/feast/feast_object.py b/sdk/python/feast/feast_object.py index 38109f5d8c..7cccf26455 100644 --- a/sdk/python/feast/feast_object.py +++ b/sdk/python/feast/feast_object.py @@ -12,6 +12,7 @@ from .protos.feast.core.FeatureView_pb2 import FeatureViewSpec from .protos.feast.core.OnDemandFeatureView_pb2 import OnDemandFeatureViewSpec from .protos.feast.core.RequestFeatureView_pb2 import RequestFeatureViewSpec +from .protos.feast.core.StreamFeatureView_pb2 import StreamFeatureViewSpec from .protos.feast.core.ValidationProfile_pb2 import ( ValidationReference as ValidationReferenceProto, ) @@ -36,6 +37,7 @@ FeatureViewSpec, OnDemandFeatureViewSpec, RequestFeatureViewSpec, + StreamFeatureViewSpec, EntitySpecV2, FeatureServiceSpec, DataSourceProto,