We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942f4ed commit 434554aCopy full SHA for 434554a
hamilton/lifecycle/default.py
@@ -317,7 +317,7 @@ def run_after_node_execution(
317
318
319
class CacheAdapter(NodeExecutionHook, NodeExecutionMethod, GraphExecutionHook):
320
- """Class to cache node results on disk with a key baed on the node code implementation and inputs.
+ """Class to cache node results on disk with a key based on the node code implementation and inputs.
321
Following runs with the same key can load node results and skip computation.
322
323
The cache `_nodes_history` entry returns an append-only list of results added to the cache.
0 commit comments