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

Adds: - [ ] #88 - workflow of workflows and patching support - [ ] #177 - fan out over multiple task implementations through `InputFrom` - [ ] #218 -...

I'm trying to rewrite some yml-files to hera, and I've stumbled upon some issues related to mapping an input variable (a google cloud storage file path) to the parameters of...

stale

See https://github.com/argoproj/argo-workflows/blob/master/examples/pod-spec-patch.yaml for an example

4.0.0

Hi, I love the idea of hera-workflows and how easy is to create workflows. Can somebody please point me on how to use credentials to authenticate when using GitArtifact as...

enhancement
question

Currently it's challenging/cumbersome to set the input parameters on a task since the signature of the input parameter is `def __init__(self, name: str, path: str, from_task: str, artifact_name: str) ->...

stale

When a task function has a parameter with a default value, the default value doesn't seem to be passed when submitting the workflow, resulting in an HTTP error. The parameter...

Based on examples and source I was not able to find how to add emptyDir volume globally, so it is available for all tasks in the workflow. The same goes...

enhancement

Facing issue while using custom roles in. k8s , all access related privilege seems okay as I am able to create, update and delete workflows using argoworkflow UI but using...

bug