pipelines/sdk/python/kfp
Jiaxiao Zheng d3a7fbf1ca
feat(sdk): Refactor v2 component building (#5163)
* add executor input placeholder and remove unused entrypoint function

* add executor input generator

* add tests and fixes

* add comments for v2 component args

* refactor output metadata path placeholder

* fix test and change yaml dumping

* fix tests
2021-02-23 15:45:14 -08:00
..
cli feat(sdk): Replace logging and print statements with click echo statements for cli (#4622) 2021-01-14 08:41:04 -08:00
compiler fix(sdk): generate valid pipeline from non-ascii name. Fixes #5119 (#5120) 2021-02-18 18:20:30 -08:00
components feat(sdk): Refactor v2 component building (#5163) 2021-02-23 15:45:14 -08:00
components_tests feat(sdk): Refactor v2 component building (#5163) 2021-02-23 15:45:14 -08:00
containers feat(sdk): Refactor v2 component building (#5163) 2021-02-23 15:45:14 -08:00
containers_tests feat(sdk): Refactor v2 component building (#5163) 2021-02-23 15:45:14 -08:00
dsl feat(sdk): Always add pipeline root as a pipeline parameter (#5122) 2021-02-10 16:29:57 -08:00
notebook SDK - Notebooks - Deprecated the docker magic (#2266) 2019-09-30 13:55:31 -07:00
v2 feat(sdk.v2): support dsl.Condition in v2. (#5127) 2021-02-12 15:05:57 -08:00
__init__.py release(sdk): Bump KFP SDK version to 1.4.0 (#5081) 2021-02-02 18:30:36 -08:00
__main__.py SDK/CLI: Implement CLI delete pipeline command (#2879) 2020-03-09 04:47:34 -07:00
_auth.py chore: add instruction detail in _auth.py print statement. Fixes #4987 (#4988) 2021-01-13 10:30:36 -08:00
_client.py fix(sdk): fixes typo of 'desc'. (#4938) 2020-12-24 00:38:26 -08:00
_config.py Add type check samples (#955) 2019-03-27 19:58:42 -07:00
_runners.py chore: Add doc strings marking the feature stages for SDK. (#4575) 2020-11-24 00:19:00 -08:00
aws.py feat(sdk): add aws region field in use_aws_secret in kfp sdk (#4363) 2020-08-23 23:55:40 -07:00
azure.py chore: Clean up KFP SDK docstrings, make formatting a little more consistent (#4218) 2020-08-04 00:33:47 +08:00
gcp.py chore: Add doc strings marking the feature stages for SDK. (#4575) 2020-11-24 00:19:00 -08:00
onprem.py chore: Clean up KFP SDK docstrings, make formatting a little more consistent (#4218) 2020-08-04 00:33:47 +08:00