hera icon indicating copy to clipboard operation
hera copied to clipboard

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 mai...

Results 86 hera issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Yes, the problem is that currently, there is no straightforward way to convert Argo yaml files to Hera code. This...

Following a catchup with @flaviuvadan and @samj1912, this issue is to expand/formalise the idea of a Hera CLI, features it should support and a small roadmap/priority list for the CLI....

type:enhancement

**Is your feature request related to a problem? Please describe.** When running a Hera workflow if there is an error related Python code, it would be helpful to surface the...

type:enhancement

**Is your feature request related to a problem? Please describe.** ArgoCD is the last piece to add to Hera so that Hera becomes the enabler of Python access to the...

type:enhancement

Hi, I'm trying to use an f-string in my script and am running into issues. I think the presence of curly brackets confuses the workflow compiler somehow. I'm using hera...

semver:patch
type:bug

Moving forward we should make hera-workflows a shell package that just depends on hera pinned to the same version. Eventually we should adopt what is done here https://pypi.org/project/sklearn/ This will...

type:task

Tried defining a WT with a script using the runner constructor like this: ```python global_config.set_class_defaults(Script, constructor="runner") global_config.experimental_features["script_runner"] = True @script() def echo(message: str) -> None: """Prints out a message.""" print(message)...

type:bug
note:ideal-for-contribution

Right now users have to add imports inside the function that is passed as `source` in `Script`. It would be amazing if `Script` would infer and construct the necessary imports...

type:enhancement

**Pull Request Checklist** - [x] Fixes #1016 - [x] Tests added - [x] Documentation/examples added - [x] [Good commit messages](https://cbea.ms/git-commit/) and/or PR title See #1016 for a description provided by...

type:enhancement
semver:minor

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...

type:enhancement
semver:minor