Elliot Gunton
Elliot Gunton
Bug report **Describe the bug** _A clear and concise description of what the bug is:_ There are a few issues with the new dag decorator. - [ ] It doesn't...
Pre-bug-report checklist **1. This bug can be reproduced using pure Argo YAML** - [ ] Yes [👉 Please report a bug to the Argo Workflows GitHub 👈](https://github.com/argoproj/argo-workflows/issues/new/choose) - [x] No...
**Is your feature request related to a problem? Please describe.** When writing a script template I might forget to use an `Input` or `Output` in the function definition, when subclasses...
Pre-bug-report checklist **1. This bug can be reproduced using pure Argo YAML** - [ ] Yes [👉 Please report a bug to the Argo Workflows GitHub 👈](https://github.com/argoproj/argo-workflows/issues/new/choose) - [x] No...
Pre-bug-report checklist **1. This bug can be reproduced using pure Argo YAML** - [ ] Yes [👉 Please report a bug to the Argo Workflows GitHub 👈](https://github.com/argoproj/argo-workflows/issues/new/choose) - [x] No...
**Is your feature request related to a problem? Please describe.** As a result of #1164 - the artifact actually needed a name. This doesn't make sense for runner inputs where...
Quite a few issues thrown up by [new DAGs](https://github.com/argoproj-labs/hera/issues/1162) would have been surfaced by using an `argo lint`. We already have on-cluster tests so this shouldn't be too hard to...
Pre-bug-report checklist **1. This bug can be reproduced using pure Argo YAML** - [ ] Yes [👉 Please report a bug to the Argo Workflows GitHub 👈](https://github.com/argoproj/argo-workflows/issues/new/choose) - [x] No...
When 3.6 releases there will be new fields for some classes, and various new examples. This issue is to update the codebase once the official 3.6 release is made (currently...
The script runner doesn't have a reproducible end-to-end example that includes at a minimum a `Dockerfile`, `requirements.txt` and the Python code in one folder. It would be good to help...