cool-lifeguard-49380
03/13/2024, 11:01 AM@task(
cache_version="1.0",
cache=True,
)
def foo() -> str:
return "foo"
@workflow
def my_wf():
foo()
foo().with_overrides(
cache_version="314134",
)
Assuming there is a cache entry for version 1.0, I would expect that the second node in the graph gets re-executed but for me it doesn’t, flytekit and helm chart on 1.11:
I saw implementation in flytekit and flyteidl. Is implementation in propeller missing or am I doing something wrong? :)freezing-airport-6809
high-accountant-32689
03/27/2024, 10:11 PMfreezing-airport-6809
cool-lifeguard-49380
03/28/2024, 7:27 AM