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

Argo YAML parsing & submission example

Open solidsnack opened this issue 5 years ago • 4 comments

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

solidsnack avatar Dec 23 '19 17:12 solidsnack

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

CermakM avatar Jan 03 '20 15:01 CermakM

An example of loading a YAML would come in very handy for me.

pkrishn6 avatar Jan 28 '20 05:01 pkrishn6

The documentation was added to the README in https://github.com/CermakM/argo-client-python/commit/1e39dd7cab72a668aef028e366f98865bf440781, please, check it out :)

CermakM avatar Jan 28 '20 08:01 CermakM

Nice .. Thank you @CermakM .

pkrishn6 avatar Jan 28 '20 18:01 pkrishn6