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

⚠️⚠️⚠️This repository is no longer maintained, please find your Java SDKs https://github.com/argoproj/argo-workflows/blob/master/docs/client-libraries.md ⚠️⚠️⚠️

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

Hi my commitment has been limited for this project at the moment, I'd love to help a volunteer who would like to contribute to this project, thanks!

Hi all, I am trying to setup and use the python client.. However I get connection error issues. I am trying out the example from the readme.md file. Here is...

Argo server version: v2.12.11 Argo python client version: latest I am able to invoke the following REST API call to get the log: ``` GET /api/v1/workflows////log?logOptions.container=main ``` While I am...

It seems that the limit keyword disappeared from the retry strategy. Looking at the [argo retry example](https://github.com/argoproj/argo/blob/master/examples/retry-backoff.yaml) it should still exists though. Did I miss a change, or is this...

While this is not ideal in any way, **the purpose of this PR is strictly to provide a working solution for cronworkflows** for those who seeks it. 1. Cronworkflows functionality...

When creating a CronWorkflow instance which is not meant to be executed right away using `create_cron_workflow()`, exception will be raised when trying to construct the response into V1alpha1CronWorkflow and V1alpha1CronWorkflowStatus...

Hello, I'm looking how to create a workflow based on workflow template, specifically - how to recreate this behavior in python: `argo -n argo submit --from wftmpl/specific-template --parameter-file params_file.yaml --entrypoint...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

~~edit: pretty sure this is a PEBCAK error, it seems this token auth method does work, but my permissions configurations are not ideal~~ edit2: ok yeah I think I'm definitely...

It looks like `BearerToken` `security` got removed in 4.0.1 but used to be defined before in https://github.com/argoproj-labs/argo-client-python/blob/5fe8276ce2dd94237a5a4998211792b7e5e70249/openapi/swagger.json#L8. I'm not sure if this was intentionally, but using the most recent version...

bug