Flaviu Vadan
Flaviu Vadan
**Is your feature request related to a problem? Please describe.** It sucks to write ``` func1 = my_func1(...) func2 = my_func2( arguments={'a': func1.get_parameter('a').value, 'b': func2.get_parameter('b').value} #
**Is your feature request related to a problem? Please describe.** It is incredibly hard to debug the usage of a kwarg that's semantically not allowed but syntactically allowed. For example,...
It is currently challenging to know when to import the `models` module and use objects from that with Hera. Some users might expect that `import hera.workflows.*` gives them everything they...
**Is your feature request related to a problem? Please describe.** It is incredibly cumbersome to write out a pod spec patch specification. One can do it either as a plain...
**Is your feature request related to a problem? Please describe.** It's challenging for users to know _when_ they need to JSON deserialize an output of a step/task in Argo. **Describe...
[Complex expr example is not working anymore](https://hera.readthedocs.io/en/stable/examples/workflows/complex_expr/) Main log: ``` The week's average temperature was $AVG with a minimum of $MIN and a maximum of $MAX. ```
**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...
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...
Hello, I have a use case in which PRs are auto-approved when changes are made to files located in some repo path. However, users could push new commits that contain...