rhythmic-gpu-85801
04/26/2024, 3:25 PMuser
04/26/2024, 4:25 PMdry-beach-38304
04/26/2024, 4:40 PMdry-beach-38304
04/26/2024, 4:40 PMvictorious-lawyer-58417
04/26/2024, 7:02 PMvictorious-lawyer-58417
04/26/2024, 7:03 PMuser
05/03/2024, 9:28 PMbinoculors?) with which, given an API, it can return the status of the job, logs, etc. This API will get used.
User exeperience: There were two tracks of discussions about this.
1. Providing a CLI similar to how argo, airflow integrations are. E.g. python flow.py armada create OR
2. Providing an @armada decorator that can submit one step to Armada
Similar to argo/airflow, there is a need to construct an Armada specific job object here and submit it to a specific endpoint. That suggests #1 above would be the way to go. But, it will have to reside in the main code base. Is that correct?
However, similar to @kubernetes, one can imagine, simply running only specific steps in Armada. And therefore even an @armada decorator seems plausible. The benefit of it's own decorator is that it could be more maintainable and reside as it's own independent project.
@rhythmic-gpu-85801 has a small demo of option #1 above.
@victorious-lawyer-58417 / @ancient-application-36103 / @dry-beach-38304: Would be great to get your thoughts on this before going too deep in the implementation.dry-beach-38304
05/03/2024, 9:59 PMdry-beach-38304
05/03/2024, 10:01 PMuser
05/03/2024, 10:20 PMancient-application-36103
05/04/2024, 3:33 PMuser
05/15/2024, 5:45 PMrhythmic-gpu-85801
05/15/2024, 5:47 PM