Skip to content

Commit

Permalink
hotfix: removes custom cache function from pipeline, as it is still wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Nov 8, 2024
1 parent 994bb61 commit 8592902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymorize/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _prefectize_steps(self):
prefect_tasks.append(
Task(
fn=step,
cache_key_fn=generate_cache_key,
# cache_key_fn=generate_cache_key,
cache_expiration=self._cache_expiration,
cache_policy=TASK_SOURCE + INPUTS,
)
Expand Down

0 comments on commit 8592902

Please sign in to comment.