Hi, I'm trying to pass a FlyteDirectory between tasks... When I pass it from python task to ShellTask it works as expected, but when I pass from python task to python task the directory came empty. Can someone help me?
b
broad-monitor-993
08/15/2022, 6:43 PM
hey Renata, do you have a minimum repro example where you’re seeing this issue?
broad-monitor-993
08/24/2022, 10:23 PM
Following up on this issue, I created a bug ticket: https://github.com/flyteorg/flyte/issues/2806
In summary, FlyteDirectory objects need to be explicitly `.download()`ed in a remote execution, but not in a python runtime, causing confusion, since we want parity between how flyte works locally and remotely.
@billowy-sundown-31926@tall-lock-23197 we should create docs tickets to:
• update the “working with folders” doc
• update the FlyteDirectory api reference: for some reason the docstrings aren’t rendering