Commit Graph

4 Commits

Author SHA1 Message Date
Ning c74a9d8cd2 Add support for user account auth with IAP (#2626)
* Add support for user account auth with IAP

* add comments

* add the url in case open_new_tab does not work(AI Platform notebook).

* code refactor: move get_auth_token logic in auth.py

* store the credentials locally

* minior fix

* add support in kfp cli

* fix diagnose me bug

* add reference

* add todo for refresh token expiration

* address comments
2019-11-22 15:26:42 -08:00
sina chavoshi f2516b72ef Adding diagnose_me to CLI tool (#2543) 2019-11-05 18:29:01 -08:00
Ilias Katsakioris 3b1fc66b9d SDK/CLI: Implement kfp pipeline group (#2340)
* kfp pipeline upload
* kfp pipeline get
* kfp pipeline list
* Use logging [Set logging level to INFO]
* Catch exceptions raised in command calls and log them as errors
* Add comment for TODO kfp pipeline delete

Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com>
2019-10-18 19:09:36 -07:00
hongye-sun a39ae8eb77 KFP CLI (#1449)
* kfp CLI

* Add fire dependency

* Use click instead of fire

* Refactor the cli command groups.
2019-06-08 00:39:05 -07:00