pipelines/sdk/python/kfp/components
Connor McCarthy 78902274f1
feat(sdk): support compiling components with `dsl.PipelineTaskFinalStatus` type (#9082)
2023-05-12 22:14:28 +00:00
..
test_data feat(sdk)!: rename commands, arguments parameters to command, args (#7391) 2022-03-09 05:39:11 +00:00
types feat(sdk): support compiling components with `dsl.PipelineTaskFinalStatus` type (#9082) 2023-05-12 22:14:28 +00:00
__init__.py chore(sdk): improve KFP SDK reference documentation (#8337) 2022-10-17 19:58:53 +00:00
base_component.py feat(sdk): support compiling platform specific features (#8940) 2023-03-10 11:18:25 -08:00
base_component_test.py fix(sdk): support writing/reading isOptional for input parameters (#8612) 2022-12-21 14:46:59 -08:00
component_decorator.py docs(sdk): refresh SDK public API docstrings (#8057) 2022-07-21 19:51:18 +00:00
component_decorator_test.py feat(sdk): support compiling platform specific features (#8940) 2023-03-10 11:18:25 -08:00
component_factory.py feat(sdk): support extracting input/output descriptions from component/pipeline docstrings (#9156) 2023-04-24 17:16:44 +00:00
component_factory_test.py fix(sdk): fix unknown artifact string in dsl.OutputPath/dsl.InputPath (#8880) 2023-02-23 08:37:04 -08:00
constants.py feat(sdk)!: move v2 to main namespace (#7376) 2022-03-04 21:56:51 +00:00
container_component.py support fanning-in artifacts (#8808) 2023-02-22 10:39:00 -08:00
container_component_artifact_channel.py feat(sdk): add support for metadata placeholders (#8151) 2022-08-17 23:10:06 +00:00
container_component_artifact_channel_test.py support list of artifact input placeholders (#8484) 2023-02-16 09:26:53 -08:00
container_component_decorator.py feat(sdk): expose new ContainerSpec API (#8144) 2022-08-15 20:33:34 +00:00
container_component_decorator_test.py fix(sdk): fix handling of PipelineTaskFinalStatus in ir_type_ attribute hack (#9186) 2023-04-20 13:53:31 -07:00
executor.py fix(sdk): fix attribute error for Containerized Python Components (#8887) 2023-02-27 16:42:50 -08:00
executor_main.py chore(sdk): idiomatic Python pure refactorings (#8537) 2022-12-06 23:44:36 +00:00
executor_test.py feat(sdk): support optional artifact inputs (#8623) 2022-12-28 13:40:12 -05:00
for_loop.py support fanning-in artifacts (#8808) 2023-02-22 10:39:00 -08:00
for_loop_test.py chore(sdk): clean up kfp code style (#8027) 2022-07-15 00:06:34 +00:00
graph_component.py feat(sdk): support `display_name` and `description` in `@dsl.pipeline` decorator (#9153) 2023-04-17 14:15:39 -07:00
importer_component.py feat(sdk)!: move v2 to main namespace (#7376) 2022-03-04 21:56:51 +00:00
importer_node.py refactor(sdk): simplify placeholders and logic (#8402) 2022-11-02 00:31:45 +00:00
importer_node_test.py feat(sdk): enable dynamic importer metadata (#7660) 2022-09-19 21:58:31 +00:00
kfp_config.py chore(sdk): idiomatic Python pure refactorings (#8537) 2022-12-06 23:44:36 +00:00
pipeline_channel.py fix: support setting task dependencies via kfp.kubernetes.mount_pvc (#8999) 2023-03-16 21:10:54 -07:00
pipeline_channel_test.py fix: support setting task dependencies via kfp.kubernetes.mount_pvc (#8999) 2023-03-16 21:10:54 -07:00
pipeline_context.py feat(sdk): support `display_name` and `description` in `@dsl.pipeline` decorator (#9153) 2023-04-17 14:15:39 -07:00
pipeline_task.py feat(sdk): Support setting cpu/memory requests. (#9121) 2023-04-10 23:35:16 -07:00
pipeline_task_test.py feat(sdk): Support setting cpu/memory requests. (#9121) 2023-04-10 23:35:16 -07:00
placeholders.py feat(sdk): support indexing into top-level artifact metadata in Container Components (#9131) 2023-04-10 11:46:01 -07:00
placeholders_test.py feat(sdk): support indexing into top-level artifact metadata in Container Components (#9131) 2023-04-10 11:46:01 -07:00
python_component.py support fanning-in artifacts (#8808) 2023-02-22 10:39:00 -08:00
structures.py feat(sdk): support compiling components with `dsl.PipelineTaskFinalStatus` type (#9082) 2023-05-12 22:14:28 +00:00
structures_test.py fix(sdk): fix loading non-canonical type strings from v1 component YAML (#9041) 2023-03-27 10:25:23 -07:00
task_final_status.py docs(sdk): refresh SDK public API docstrings (#8057) 2022-07-21 19:51:18 +00:00
tasks_group.py fix(sdk): Support python 3.11 (#8907) 2023-03-03 13:36:53 -08:00
tasks_group_test.py feat(sdk): Support Parallelism in ParallelFor in KFP SDK V2 (#8146) 2022-08-17 21:06:01 +00:00
utils.py fix(sdk): fixes module not found error for containerized python components. Fixes #8385 (#9157) 2023-04-17 11:46:02 -07:00
utils_test.py feat(sdk)!: Implement Graph Component (#8179) 2022-08-26 09:28:49 +00:00
v1_components.py chore(sdk): clean up kfp code style (#8027) 2022-07-15 00:06:34 +00:00
v1_modelbase.py chore(sdk): idiomatic Python pure refactorings (#8537) 2022-12-06 23:44:36 +00:00
v1_structures.py chore(sdk): idiomatic Python pure refactorings (#8537) 2022-12-06 23:44:36 +00:00
yaml_component.py feat(sdk): support compiling platform specific features (#8940) 2023-03-10 11:18:25 -08:00
yaml_component_test.py chore(sdk): add pre-commit hook to remove unused imports (#8123) 2022-08-10 08:17:21 +00:00