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 ede26b2 commit b2ef41fCopy full SHA for b2ef41f
sdk/python/tests/integration/feature_repos/universal/data_source_creator.py
@@ -52,9 +52,8 @@ def create_offline_store_config(self) -> FeastConfigBaseModel:
52
def create_saved_dataset_destination(self) -> SavedDatasetStorage:
53
...
54
55
- @abstractmethod
56
def create_logged_features_destination(self) -> LoggingDestination:
57
- ...
+ pass
58
59
@abstractmethod
60
def teardown(self):
0 commit comments