Skip to content

Commit b2ef41f

Browse files
committed
allow data source creator implementations w/o logging destination
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
1 parent ede26b2 commit b2ef41f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/python/tests/integration/feature_repos/universal/data_source_creator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ def create_offline_store_config(self) -> FeastConfigBaseModel:
5252
def create_saved_dataset_destination(self) -> SavedDatasetStorage:
5353
...
5454

55-
@abstractmethod
5655
def create_logged_features_destination(self) -> LoggingDestination:
57-
...
56+
pass
5857

5958
@abstractmethod
6059
def teardown(self):

0 commit comments

Comments
 (0)