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

I would like to be able to inspect the version of hera in order to handle cross-version compatibility. I could use `importlib.metadata.version("hera-workflows")`, but it'd be nice if there was a...

4.0.0

I've noticed how Resource limits - if not defined - default to the minimum requested. This was a gotcha for me as I expected there to be no limits in...

enhancement
4.0.0

@bchalk101 and @harelwa I am wondering if you and MobilEye are open to listing the organization as users of Hera via `USERS.md`? 🙂 I think it would strengthen Hera's presence...

documentation

https://argoproj.github.io/argo-workflows/workflow-of-workflows/

enhancement
4.0.0

I've been struggling a bit with the API, and I can't quite seem to figure out how to run a generic script with Hera (independent of python). [Here's an example...

enhancement
4.0.0

Is there a specific reason that the default namespace for a `Workflow` object doesn't inherit from `WorkflowService`?

enhancement
4.0.0

Hi, I am trying to understand the parallelism syntax for Hera but right now I am unable to understand if nested parallelism can work. What I mean is the following....

enhancement
4.0.0

@Trollgeir we are releasing the release candidate for V4. Perhaps before the official release we should bring coverage up to 95%+

testing

Hi, I'd like to be able to set some "global" hooks that will be called during Task or Workflow creation that can modify them. For example, my company has: -...

enhancement