Hi I’m testing a workflow locally and passing in a...
# ask-the-community
n
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?
j
i think set the
remote_path=None
should work
n
Will try that thanks!