Commit Graph

14 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
Yuan (Bob) Gong 26d33ead40
chore(v2): v2 iterator expr selector support (#7020)
* chore(v2): parameter expression selector support

* implement input parameter type validation and conversion

* fix some issues

* test: add tests for remaining loop samples

* fix

* fix2

* fix3

* address comments

* fix some tests
2021-12-10 19:01:49 +00:00
Yuan (Bob) Gong 713558cfb8
feat(v2): iterator and sub-DAG basic support (#6985)
* chore(samples): add loop_output_v2 sample

* feat(v2): iterator support

* refactor v2 backend compiler tests to golden files

* fix unit tests

* test(v2): verify loop_output_test MLMD data

* clean up

* fix

* fix2

* fix
2021-12-09 14:23:55 +00:00
Yuan (Bob) Gong f099b93a2b
test(samples): simplify v2 sample test verify funcs + clean up (#6964)
* test(samples): simplify v2 sample test verify funcs + clean up

* chore(samples): add placeholder_if tests back, fix flakiness in xgboost sample

* test(samples): clean up empty tests in config.yaml

* chore: add placeholder_if back

* chore(samples): clean up all samples

* fix

* Update xgboost_sample.py
2021-11-30 10:55:30 +00:00
Chen Sun 5bbb384cc7
test: clean up v2 compatible mode sample tests (#6943) 2021-11-23 02:08:06 +00:00
James Liu 5203ecf273
test: Update visualization v2 to output HTML and Markdown. Partial #3970 (#6349)
* test: Update visualization v2 to output HTML and Markdown.

* address comment

* vis test
2021-08-17 04:46:42 -07:00
Yuan (Bob) Gong 674756c76f
chore(v2): support output metadata file (#6361)
* chore(v2): support output metadata file

* add one more sample
2021-08-17 03:56:42 -07:00
Yuan (Bob) Gong afd28c605d
test(v2): add more samples. Part of #6150 (#6353)
* test(v2): add all samples using parameter + artifact passing features to v2 engine

* fix some samples

* fix output file

* comment failing samples

* improve comments
2021-08-16 21:38:41 -07:00
Yuan (Bob) Gong ee663d9593
chore(v2): standardize MLMD data model. Fixes #5669 (#6054)
* chore(v2): standardize MLMD data model

* change context type to system namespace

* update sdk snapshots

* fix go v2 tests

* update

* update v2 compat snapshots

* fix all samples

* fix must specify pipeline root

* add artifact display name

* add UI rendering of new fields

* fix sample tests

* let ui read artifact and execution names consistently

* fix samples

* fix frontend tests

* fix sample test

* fix last sample

* address feedback
2021-07-19 22:26:15 -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
Yuan (Bob) Gong f1f99c01e6
chore(launcher): revert meadata to custom properties & artifact name -> event path (#5842)
* chore(launcher): revert meadataa to custom properties & artifact name -> event path

* fix

* fix2

* fix

* fix2

* fix test

* fix
2021-06-12 19:28:35 -07:00
Yuan (Bob) Gong a75a3c7127
chore(launcher): move artifact metadata to metadata struct field. Fixes #5788 (#5793)
* feat(launcher): move component output metadata to metadata field

* add MLMD validation for metrics_visualization_v2

* clean up

* address comment

* fix
2021-06-07 22:37:45 -07:00
capri-xiyue ecb7dbc0b1
chore(v2): metrics_visualization_v2 sample + fixed output artifact path creation (#5575)
* fixed output artifact path creation

* added metrics visualization sample test

* added metrics visualization test

* resolved comments

* allow component to not produce output file

* refactored code
2021-05-10 12:06:45 -07:00