Skip to content

Commit

Permalink
Expose 0.10 Python classes
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Pienaar <git@willem.co>
  • Loading branch information
woop committed Mar 28, 2021
1 parent 9cb612d commit 46382a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/python/feast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
from .feature_table import FeatureTable
from .feature_view import FeatureView
from .value_type import ValueType
from .feature_store import FeatureStore
from .repo_config import RepoConfig

try:
__version__ = get_distribution(__name__).version
Expand All @@ -28,8 +30,10 @@
"KafkaSource",
"KinesisSource",
"Feature",
"FeatureStore",
"FeatureTable",
"FeatureView",
"RepoConfig",
"SourceType",
"ValueType",
]

0 comments on commit 46382a2

Please sign in to comment.