Hi Flyte team and community - long time no speak :...
# flyte-support
b
Hi Flyte team and community - long time no speak 🙂 I am seeing a few issues when running my pipeline locally with caching enabled like this:
Copy code
FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/2s/qtlbvfn51bd0jjk_0nkn48c80000gn/T/flyte-u0lzpmfv/raw/9fd9e145d52958a934160f652b594157'
Is there a central way to force execution and ignore any previous runs?
g
yes, you could set
FLYTE_LOCAL_CACHE_OVERWRITE=TRUE
locally
b
nice, Thanks Kevin