Hi everyone ... new Flyte user here. In my workflo...
# ask-the-community
d
Hi everyone ... new Flyte user here. In my workflow, I produce a list of S3 urls that point to PNG images. Is it possible to pass them as a List[FlyteFile] object into a raw ContainerTask? In other words, is copilot capable of downloading all the files in a List[FlyteFile] object? And if so, where does it download them to? My primary container doesn't see those files show up in
/var/inputs
d
i'm not sure why i don't see it in the docs, but you want to supply
input_data_dir
https://github.com/flyteorg/flytekit/blob/2a5fa355fdd790f525731b3634a96579e9f744e1/flytekit/core/container_task.py#L48
d
@Dan Farrell I added more details in the next thread: https://flyte-org.slack.com/archives/CP2HDHKE1/p1698176259835269