argo-client-python icon indicating copy to clipboard operation
argo-client-python copied to clipboard

Python client for Argo Workflows | Mirrored to https://github.com/argoproj-labs/argo-client-python

Results 6 argo-client-python issues
Sort by recently updated
recently updated
newest added

Hello I am trying to list workflows from within a `Pod` which is in my k8s cluster and have following service account applied on it. ``` --- apiVersion: v1 kind:...

Hello, How can I programmatically do the equivalent of a `argo logs` on a workflow using this client?

Running the artifacts example code I get the following error. ``` Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py", line 115, in...

Hi. I've trying to rewrite a shell-script into a Python script and get a bit better control over the interactions with Argo. This library looks like just what the doctor...

Running the example code I keep getting **Invalid value for `name`, must not be `None`** ``` File "index.py", line 19, in ret = handler.handle(st) File "/home/app/function/handler.py", line 106, in handle...

An example of loading an existing Argo YAML file and submitting it to start a workflow would greatly add to this library's utility.

documentation
good first issue