Replies: 3 comments 4 replies
|
Hi, @djbutler . command=[
"cat",
">",
"{{.inputs.infiles.0}}",
"/var/outputs/outfile",
], |
4 replies
|
I think its not possible to use |
0 replies
|
flytedirectory is supported as input and output now! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to pass a list of FlyteFiles to a raw ContainerTask?
For example:
This doesn't seem to work for me. If this is possible at all, I'm guessing this syntax is incorrect:
{{.inputs.infiles[0]}}Any tips?
All reactions