argo-client-python
argo-client-python copied to clipboard
Argo YAML parsing & submission example
An example of loading an existing Argo YAML file and submitting it to start a workflow would greatly add to this library's utility.
Hello @solidsnack
Thank you for the feedback! Good point, I will add a submission example to the README. I didn't consider it necessary since the library follows the kubernetes custom object API pattern, but I guess not everyone is familiar with that schema.
Meanwhile, I am redirecting you to Argo Python SDK library, which might come in handy to you as well and the documentation is more thorough there.
Cheers, M
An example of loading a YAML would come in very handy for me.
The documentation was added to the README in https://github.com/CermakM/argo-client-python/commit/1e39dd7cab72a668aef028e366f98865bf440781, please, check it out :)
Nice .. Thank you @CermakM .