New RunLLM response generated:
>>>*# Question*
Hello community!
What is the best way to overwrite cached output? If I relaunch executions on Flyte Console, the cache does not get updated (I think it is known bug). I would like to not have to bump the cache version, but have a way to overwrite it. What do you suggest?
# Answer
To overwrite cached outputs without bumping the cache version, you can use the "Overwrite cached outputs" option available in Flyte Console. This feature allows you to rerun workflows and update the cached outputs.
According to
this discussion, the "Overwrite cached outputs" option was introduced in Flyte version 1.3. You can enable this option when launching a workflow execution.
If you prefer using the command line, you can use the
pyflyte
command with the
--overwrite-cache
flag to ignore the cache during execution. This feature ensures that the workflow runs with fresh data and updates the cache accordingly.
Would you like more details on how to use these options?
Sources:
-
Flyte Console discussion
-
GitHub Issue on pyflyte backfill
Slack Link
https://flyte-org.slack.com/archives/CP2HDHKE1/p1718964155.769279 👍 0 button 👎 0 button 💡
Hint: Mention @runllm in the thread for followups.