You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a list of S3 objects that I need to pass into a ContainerTask, and ideally I'd like Flyte to handle the downloading rather than having the user code handle that. If all the S3 objects were in the same directory (same prefix), I could handle this with a simple FlyteDirectory. But these S3 objects are potentially scattered across different directories. Is there a construct like a List[FlyteFile] that would handle this use case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a list of S3 objects that I need to pass into a ContainerTask, and ideally I'd like Flyte to handle the downloading rather than having the user code handle that. If all the S3 objects were in the same directory (same prefix), I could handle this with a simple FlyteDirectory. But these S3 objects are potentially scattered across different directories. Is there a construct like a List[FlyteFile] that would handle this use case?
Beta Was this translation helpful? Give feedback.
All reactions