Hi- what’s the best practice to store a file in lo...
# ask-community
t
Hi- what’s the best practice to store a file in local storage and process in the same task? I tried to write a file and send it, but it only works locally. When I deployed it to run on the k8s cluster, it always report this error of
file not found
. So I cannot store it in
/tmp
and process later in this task?
k
Which version of Prefect are you in?
t
0.15.5
let me try 1.2.2