Commit Graph

6 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 2b78d16e03
chore(v2): artifact passing via local path (#6285)
* chore(v2): add implicit dependencies for artifacts

* chore(v2): artifact passing via local path

* clean up
2021-08-10 21:40:25 -07:00
capri-xiyue 3f4bf8fc48
test(v2): added v2 compatible cache e2e test (#6004)
* added v2 compatible cache e2e test

* fixed typo

* fixed e2e test

* resued methods

* combine cache_v2 and two_step pipeline

* fixed sample v2 test

* fixed cache e2e test

* fixed e2e test

* enabled cache e2e test

* fixed typo

* fixed typo

* added enable caching info

* added debug logging

* fixed launcher bug

* removed debug logging
2021-07-15 00:25:48 -07:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Yuan (Bob) Gong 4abbdec8c9
test(v2/samples): verify sample mlmd state (#5486)
* test(v2/samples): verify sample mlmd state

* finish artifact verification and fix v2 test integration

* fix unrecognized argument error

* fix tests

* fix test failure

* fix test
2021-04-20 03:06:38 -07:00
Yuan (Bob) Gong 14b447a07c
test: refactor v2 sample test, move test samples to samples/test folder (#5395)
* refactor: sample test util

* fix

* fix

* refactor v2 sample test

* fix
2021-04-03 05:58:21 -07:00