Hi I’m testing a workflow locally and passing in a...
# flyte-support
r
Hi I’m testing a workflow locally and passing in a FlyteFile parameter that is on local disk. Flyte copies the file to /tmp and gives that location to the task. Is there a way to prevent that and not copy the file everytime?
m
i think set the
remote_path=None
should work
r
Will try that thanks!