Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
zilto authored and zilto committed Sep 25, 2024
1 parent 96ebd3b commit 2c244d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hamilton/caching/stores/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class ResultRetrievalError(Exception):
"""Raised by the SmartCacheAdapter when ResultStore.get() fails."""


# TODO Currently, this check is done when data needs to be saved.
# Ideally, it would be done earlier in the caching lifecycle.
def search_data_adapter_registry(
name: str, type_: type
) -> Tuple[Type[DataSaver], Type[DataLoader]]:
Expand Down

0 comments on commit 2c244d4

Please sign in to comment.