argoproj-labs / hera

Hera is an Argo Python SDK. Hera aims to make construction and submission of various Argo Project resources easy and accessible to everyone! Hera abstracts away low-level setup details while still maintaining a consistent vocabulary with Argo. ⭐️ Remember to star!
https://hera.rtfd.io
Apache License 2.0
550 stars 105 forks source link

Add template sets #1077

Closed elliotgunton closed 3 months ago

elliotgunton commented 3 months ago

Pull Request Checklist

samj1912 commented 3 months ago

Can we separate this out from the container template? I would like to merge this to main first directly. I have some additional comments around the UX of the container template implementation. If there common dependencies, let's just extract those out and merge them to main. Easier to review and merge changes that are just refactor as I can rely on tests for correctness.

elliotgunton commented 3 months ago

@samj1912 - moved flag refactoring/enhancement to https://github.com/argoproj-labs/hera/pull/1078, and rebased this branch on that one which should change to main once merged 👍 🚀