Summary
The user, a longtime listener and first-time caller, is seeking help with a ContainerTask that uses a list of FlyteFiles. They provided a code snippet for a task called "ellipse-area-metadata-shell," which starts correctly but fails to download inputs due to issues with creating a subdirectory for the input variable "a" and finding the specified file path. The user is inquiring if others have experience with using lists of FlyteFiles in ContainerTask. A response suggests that the user may be encountering a limitation of Flyte copilot, as FlyteFile is only supported as an output, not as an input for ContainerTask. The user mentions that a single FlyteFile works fine, but problems occur with lists, and they suspect the issue may be related to their limited Go programming skills and os.Create's inability to create the subdirectory. They also request the creation of an issue regarding this limitation.