argo-client-python
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 ⚠️⚠️⚠️
How do you pass workflow parameters using create_namespaced_workflow. I don't see anything about in the documentation, and I don't see anything specifically handling in the kwargs parsing. Am I missing...
Using `argo-python-dsl` in a clean virtual environment, and it seems this package has the following missing dependency requirements: - `certifi` - `urllib3` - `python-dateutil` - `six`
I noticed that you removed the kubernetes configuration option in 4.0 (cool, removes the kubernetes dependency), but it would be nice if there was an ability in argo.workflows.client.configuration to load...