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

Remove anti-pattern script example #1125

Closed elliotgunton closed 1 month ago

elliotgunton commented 1 month ago

Saw this example that we should remove. Using a Script directly is an anti-pattern that we should discourage. Renamed the existing script decorator example dag_diamond_with_callable_decorators to dag_diamond_with_callable_script.