:wave: - I have a `FlyteFile` being passed as an i...
# ask-the-community
v
👋 - I have a
FlyteFile
being passed as an input and my function (which i can’t edit) is expecting a os.path version of a file. How can I extract the
uri
from a
Flytefile
?
j
does the function expect local file or you want the remote path? if its input, it should be at
.remote_source
and if it needs local path you can force download and just send
.path
to the method
153 Views