We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05d50b commit 3cefd6cCopy full SHA for 3cefd6c
sdk/python/feast/feast_object.py
@@ -12,6 +12,7 @@
12
from .protos.feast.core.FeatureView_pb2 import FeatureViewSpec
13
from .protos.feast.core.OnDemandFeatureView_pb2 import OnDemandFeatureViewSpec
14
from .protos.feast.core.RequestFeatureView_pb2 import RequestFeatureViewSpec
15
+from .protos.feast.core.StreamFeatureView_pb2 import StreamFeatureViewSpec
16
from .protos.feast.core.ValidationProfile_pb2 import (
17
ValidationReference as ValidationReferenceProto,
18
)
@@ -36,6 +37,7 @@
36
37
FeatureViewSpec,
38
OnDemandFeatureViewSpec,
39
RequestFeatureViewSpec,
40
+ StreamFeatureViewSpec,
41
EntitySpecV2,
42
FeatureServiceSpec,
43
DataSourceProto,
0 commit comments