Commit Graph

5 Commits

Author SHA1 Message Date
Chen Sun 9e0b9aa1f6
chore(sdk): Bring back kfp.v2.components as an alias to kfp.components (#5083)
* Bring back kfp.v2.components with a DeprecationWarning

* fix test

* no deprecation warning
2021-02-03 02:07:36 -08:00
Chen Sun ecb14f40bb
chore(sdk): Remove v2 components fork, use v1 instead. (#5042)
* Remove v2.components fork

* fix setup.py
2021-01-28 18:20:07 -08:00
Chen Sun a4807820d5
chore(sdk): v2.components code cleanup (#4737)
* Fix bug where we missed injecting importer node

* moved files

* address review comments

* Add InputUriPlaceholder and OutputUriPlaceholder

* support uri placholder in v2

* lint

* test

* Preserve a test case with inputPath and outputPath usage.

* fix ut

* fix import and setup

* cleanup v2.components

* address comments

* remove InputTextFile, InputBinaryFile, OutputTextFile, OutputBinaryFile

* address review comment
2020-12-04 14:45:26 -08:00
Chen Sun 04279595e3
chore(sdk): custom warning format in v2 structures. (#4747) 2020-11-10 14:45:41 -08:00
Chen Sun a51380b065
chore(sdk): Add InputUri and, OutputUris placeholders in v2 (#4728)
* Fix bug where we missed injecting importer node

* moved files

* address review comments

* Add InputUriPlaceholder and OutputUriPlaceholder

* support uri placholder in v2

* lint

* test

* Preserve a test case with inputPath and outputPath usage.

* fix ut

* fix import and setup

* address comments
2020-11-09 11:37:58 -08:00