Sven Teresniak
07/20/2020, 9:22 AMLocal
storage to the flow, pointing to a path in the NFS. Now the questions:
1. is it a good idea (or necessary?) to have the flows and results accessible in the same mountpoint (local filesystem location, e.g. NFS-persisted ~/.prefect/flows
) for Agent and Dask worker? Or is it sufficient to persist the flow/result storage (make it durable between restarts), and its not needed for the agent to access the pickeld flow results?
2. What's the pro and con of stored_as_script=True
for a Local
storage? When do I want to set this? Also, I do not understand the path
parameter for local storage? I set directory
to a path on my NFS and now I see the pickled flows and results. What is path?