https://flyte.org logo
#ask-the-community
Title
# ask-the-community
p

Pradithya Aria Pura

07/08/2023, 5:42 AM
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

Ketan (kumare3)

07/08/2023, 6:23 AM
That is right, as of now, individual tasks cannot be invalidated. But there is an rfc I think for TTLs per task
p

Pradithya Aria Pura

07/08/2023, 7:21 AM
Got it. I'll file an issue an let's evaluate whether it's a worthy feature to be added.
d

Dan Rammer (hamersaw)

07/10/2023, 11:23 AM
@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

Pradithya Aria Pura

07/11/2023, 2:10 AM
I see, yes, I read through the RFC, more or less it’s the same feature.