Skip to content

Commit

Permalink
fix: Add StreamFeatureViewSpec to FeastObjectSpecProto convenience ty…
Browse files Browse the repository at this point in the history
…pe (#3550)

* add streamfeatureview to convenience type

Signed-off-by: loftiskg <loftiskg@gmail.com>

* lint

Signed-off-by: loftiskg <loftiskg@gmail.com>

---------

Signed-off-by: loftiskg <loftiskg@gmail.com>
  • Loading branch information
loftiskg committed Mar 26, 2023
1 parent b05d50b commit 3cefd6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/python/feast/feast_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand All @@ -36,6 +37,7 @@
FeatureViewSpec,
OnDemandFeatureViewSpec,
RequestFeatureViewSpec,
StreamFeatureViewSpec,
EntitySpecV2,
FeatureServiceSpec,
DataSourceProto,
Expand Down

0 comments on commit 3cefd6c

Please sign in to comment.