Skip to content

Commit

Permalink
allow data source creator implementations w/o logging destination
Browse files Browse the repository at this point in the history
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Apr 26, 2022
1 parent ede26b2 commit b2ef41f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ def create_offline_store_config(self) -> FeastConfigBaseModel:
def create_saved_dataset_destination(self) -> SavedDatasetStorage:
...

@abstractmethod
def create_logged_features_destination(self) -> LoggingDestination:
...
pass

@abstractmethod
def teardown(self):
Expand Down

0 comments on commit b2ef41f

Please sign in to comment.