Commit Graph

6 Commits

Author SHA1 Message Date
Chen Sun 2f19a26ffd
chore(sdk): Format all Python files under SDK folder. (#6501)
* Reformat sdk only using the new yapf config.

* Reformat docstrings using docformatter.

* update golden files to resolve diff caused by whitespaces

* fix some tests

* format .py files under sdk/python/tests using yapf

* additional docformatter

* fix some tests
2021-09-03 11:25:11 -07:00
Yaqi Ji e7c281bd65
chore: Change python/kfp/compiler and cli folders from relative to absolute path (#5891)
* Update deprecated download_as_string to download_as_bytes

* Add more usage

* chore: Change python/kfp/cli from relative to absolute path

* chore: Change python/kfp/compiler from relative to absolute path
2021-06-22 11:28:31 -07:00
Mansoor Baba Shaik 0a7da2d2db
feat(sdk): Replace logging and print statements with click echo statements for cli (#4622) 2021-01-14 08:41:04 -08:00
Jiaxiao Zheng fb15223f7e
chore: Add doc strings marking the feature stages for SDK. (#4575)
* add doc strings

* Simplify the docstring

* fix unittest

* recover cli.py

* recover cli.py

* substitute docstring in resource ops with TODOs

* revert stable labels
2020-11-24 00:19:00 -08:00
sina chavoshi 4c580ba7b0 Making json output format easier to read (#2792)
* Making json output format easier to read

* Update sdk/python/kfp/cli/diagnose_me_cli.py

good catch  :)

Co-Authored-By: Jiaxiao Zheng <jxzheng@google.com>

* update based on feedback

* Sample env validation pipeline with diagnose_me

* removing files that I accidentally added

* update based on review feedback

Co-authored-by: Jiaxiao Zheng <jxzheng@google.com>
2020-01-07 14:49:40 -08:00
sina chavoshi f2516b72ef Adding diagnose_me to CLI tool (#2543) 2019-11-05 18:29:01 -08:00