Commit Graph

5 Commits

Author SHA1 Message Date
Yaqi Ji 8bb0d0e025
feat(sdk)!: move v2 to main namespace (#7376)
* feat(sdk)!: move v2 to main namespace

* edit samples
2022-03-04 21:56:51 +00:00
Chen Sun 73804f8928
test(sample): reenable samples tests run with V2_ENGINE mode (#6932)
* reenable v2 engine

* fix

* fix

* fix

* log v2 engine test

* don't fill in default value at test util

* fix

* pass to job instead of spec
2021-11-20 18:18:35 +00:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Ajay Gopinathan 5651bd1efd
feat(v2): Support v2 components in KFP v2-compatible mode. (#5458)
* Support v2 components in KFP v2-compatible mode.

Adds support in v2-compatible mode for the following
* v2 lightweight function components
* support for passing ExecutorInput to component
* support for parsing ExecutorOutput from component

Also renamed several variables in RuntimeInfo as follow ups to previous
PR.

* Remove newly irrelevant variables in runtimeInfo

* update goldens.

* Renaming in runtimeInfo.

* Add v2 component pipeline tests and update goldens.

* create output directory for parameter files.

* Fix output schemas.

* Support concat placeholder.

* Use Path and MetadataPath

* update launcher.go too with new names.

* move functions around.

* add some TODOs, replace cmd placeholder.

* fix tests
2021-04-15 17:44:13 -07:00
Yuan (Bob) Gong 02dbcfa062
test: more samples in v2 sample test (#5431)
* test: set up sample test for many samples

* test: rm loop_* tests from v1 sample test, they are already covered in v2 sample test

* fix condition pipeline for basic e2e test

* remove condition from e2e test
2021-04-09 08:34:03 -07:00