pipelines/sdk/python/kfp/v2/components
Judah Rand c605c51b85
chore(sdk.v2): use `Annotated` rather than `Union` hack (#6573)
* Use `Annotated` rather than `Union` hack

* Add dependency to `setup.py`

* Add release note

Co-authored-by: Chen Sun <chensun@users.noreply.github.com>
2021-09-16 10:54:55 -07:00
..
experimental feat(sdk.v2): Define PipelineParameterChannel and PipelineArtifactChannel. (#6470) 2021-09-10 09:44:52 -07:00
types chore(sdk.v2): use `Annotated` rather than `Union` hack (#6573) 2021-09-16 10:54:55 -07:00
__init__.py chore(sdk): Refactor and move all v2 related code to under the v2 namespace. (#6358) 2021-08-17 19:25:37 -07:00
component_decorator.py chore(sdk): Format all Python files under SDK folder. (#6501) 2021-09-03 11:25:11 -07:00
component_factory.py fix(sdk.v2): Component is invalid if `packages_to_install` empty and `install_kfp_package=False` (#6527) 2021-09-15 17:03:54 -07:00
executor.py fix(sdk.v2): fixes broken output parameter type checking in `_handle_single_return_value` (#6566) 2021-09-16 10:32:55 -07:00
executor_main.py chore(sdk): Format all Python files under SDK folder. (#6501) 2021-09-03 11:25:11 -07:00
executor_test.py fix(sdk.v2): fixes broken output parameter type checking in `_handle_single_return_value` (#6566) 2021-09-16 10:32:55 -07:00
importer_node.py chore(sdk): Format all Python files under SDK folder. (#6501) 2021-09-03 11:25:11 -07:00
importer_node_test.py feat(sdk.v2): Support `set_display_name` in v2. (#6471) 2021-08-30 12:07:25 -07:00
utils.py feat(sdk.v2): Define PipelineParameterChannel and PipelineArtifactChannel. (#6470) 2021-09-10 09:44:52 -07:00
utils_test.py feat(sdk.v2): Define PipelineParameterChannel and PipelineArtifactChannel. (#6470) 2021-09-10 09:44:52 -07:00