Skip to content

Commit 3cefd6c

Browse files
authored
fix: Add StreamFeatureViewSpec to FeastObjectSpecProto convenience type (#3550)
* add streamfeatureview to convenience type Signed-off-by: loftiskg <[email protected]> * lint Signed-off-by: loftiskg <[email protected]> --------- Signed-off-by: loftiskg <[email protected]>
1 parent b05d50b commit 3cefd6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/python/feast/feast_object.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from .protos.feast.core.FeatureView_pb2 import FeatureViewSpec
1313
from .protos.feast.core.OnDemandFeatureView_pb2 import OnDemandFeatureViewSpec
1414
from .protos.feast.core.RequestFeatureView_pb2 import RequestFeatureViewSpec
15+
from .protos.feast.core.StreamFeatureView_pb2 import StreamFeatureViewSpec
1516
from .protos.feast.core.ValidationProfile_pb2 import (
1617
ValidationReference as ValidationReferenceProto,
1718
)
@@ -36,6 +37,7 @@
3637
FeatureViewSpec,
3738
OnDemandFeatureViewSpec,
3839
RequestFeatureViewSpec,
40+
StreamFeatureViewSpec,
3941
EntitySpecV2,
4042
FeatureServiceSpec,
4143
DataSourceProto,

0 commit comments

Comments
 (0)