Is there a way to invalidate a specific output of ...
# ask-the-community
p
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.
k
That is right, as of now, individual tasks cannot be invalidated. But there is an rfc I think for TTLs per task
p
Got it. I'll file an issue an let's evaluate whether it's a worthy feature to be added.
d
@Pradithya Aria Pura 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.
p
I see, yes, I read through the RFC, more or less it’s the same feature.