Commit Graph

3 Commits

Author SHA1 Message Date
Yaqi Ji b693909a08
feat(sdk)!: move v1 to deprecated folder (#7291)
* chore(sdk): move v1 to deprecated

* fix testsg

* fix testsg

* fix setup.py

* fix test

* s'

* fix tests

* fix test

* retore v2 test changes

* fix py3.6 test

* fix py3.6 test

* fix py3.6 import fallback error

* remove deprecated

* fix samples test

* sample test

* fix samples

* add readme

* restroe test

* python require

* remove path

* fix tests

* inteegration tests

* remove tfx tests for dependency with kfp v1

* fix e2e

* fix e2e

* fix integration tests

* fix sampe

* move client down

* change to kfp

* add import alias

* fix

* runid

* fix dsl

* only use kfp for function

* revert train_until_good

* tfx test

* kfp

* try import

* onprem
2022-03-04 00:52:59 +00:00
Yuan (Bob) Gong c7448c71df
test(v2): refactor sample test utils into a py package (#7105)
* test(v2): refactor sample test utils into a py package

* fix error
2021-12-23 11:10:01 +08:00
capri-xiyue 951b968cb6
feat(v2): Support v2 caching (#6569)
* modified argo workflow

* v2 caching draft

* move driver folder to component folder

* move driver back to driver folder

* finished cache logic, need debug

* added cached execution entry

* fixed typo

* added cache v2 e2e test

* added enable caching flag for kfp v2 tests

* fixed v2 e2e test

* fixed cache e2e test

* fixed cache e2e test

* pass container spec as a whole

* fixed nits

* fixed ut

* remove local file wriiting for v2 cache

* fixed bug
2021-09-24 17:12:40 -07:00