Is there a way to invalidate a specific output of ...
# flyte-support
m
Is there a way to invalidate a specific output of a cached task from Flyte Console / CLIs? From what I understand, it can only be done by changing the
cache_version
. Alternatively, I can see that in Flyte console an execution can ignore cached output but it applies to all tasks in the workflow.
👆 1
f
That is right, as of now, individual tasks cannot be invalidated. But there is an rfc I think for TTLs per task
m
Got it. I'll file an issue an let's evaluate whether it's a worthy feature to be added.
h
@most-gold-65483 there is also an issue to delete cached values for a single workflow execution., which could be easily exposed for a single task rather than the total workflow. This has had unmerged PRs for quite some time, maybe it is worth revisiting this.
m
I see, yes, I read through the RFC, more or less it’s the same feature.