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

HEP0001 stubbable templates #1099

Closed elliotgunton closed 2 months ago

elliotgunton commented 2 months ago

We want to be able to generate stubs for templates in the future, so we first need to be able to manually create and use these stubs. We already have the container decorator as a stub, this must make it possible to stub scripts, dags and steps.