-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Core feature] Support multipart blob upload in Container Task #5924
Comments
Thank you for opening your first issue here! 🛠 |
Hi! I'm currently occupied with other tasks and likely won't be able to return to this issue soon. Please feel free to contribute. |
#take |
Hello, I see that you have a function that I am currently investigating. How do I pass a large number of parameters to a containertask? For example, I have 20 parameters. I see your code shows that you are passing "-var-input-inputs"
"-var-output-out" Do you also use read parameters one by one in the image? with open |
Are there any other methods? |
Hi @wayner0628, after rebasing this PR #5715, and follow your setup instruction in that PR, I failed at task 2 in and the logs in the pod(flyte-copilot-dowloader):
Did I miss something? If you have time, please take a look. I’d appreciate your insight! Thanks!" |
Motivation: Why do you think this is important?
Currently sidecar (container task uploader) doesn't support nested directories in multipart blob uploads
Since we support multipart blob downloads now, we should also support corresponding uploads to provide a complete workflow for the container task.
Goal: What should the final outcome look like, ideally?
Successful implementation should be able to run this python file
Describe alternatives you've considered
NA
Propose: Link/Inline OR Additional context
#5715
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: