pipelines/sdk/python/kfp/dsl
rickyxie0929 fe04a5a842
fix(sdk): fixes type issues for ParallelFor. Fixes #9366 (#10436)
* fix type issues

* fix type issue

* fix format

* fix failed test

* fix format

* delete comments

* resolve comments

* resolve comments

* resolve format

* resolve import

* move unnecessary file

* resolve compiler_test failures

* resolve comments

* remove unnecessary imports

* fix format sort

* fix nits

* add new compiled yaml file

* solve merge conflicts

* solve conflicts

* format

* sort

* resolve comments

* resolve comments
2024-02-08 18:34:37 +00:00
..
types fix(sdk): fixes type issues for ParallelFor. Fixes #9366 (#10436) 2024-02-08 18:34:37 +00:00
__init__.py feat(sdk): add executor output path and executor input message placeholders (#10240) 2023-11-20 20:30:10 +00:00
base_component.py update task dispatcher (#10298) 2023-12-12 14:23:49 -05:00
base_component_test.py update task dispatcher (#10298) 2023-12-12 14:23:49 -05:00
component_decorator.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
component_decorator_test.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
component_factory.py feat(sdk): add subprocess task handler #localexecution (#10302) 2023-12-15 19:51:55 +00:00
component_factory_test.py chore(sdk): add Python 3.7 EOL notice (#10139) 2023-10-24 22:06:08 +00:00
constants.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
container_component_artifact_channel.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
container_component_artifact_channel_test.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
container_component_class.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
container_component_decorator.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
container_component_decorator_test.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
executor.py feat(sdk): add subprocess task handler #localexecution (#10302) 2023-12-15 19:51:55 +00:00
executor_main.py feat(sdk): add logging at end of executor execution (#9895) 2023-09-05 17:25:31 +00:00
executor_test.py feat(sdk): add subprocess task handler #localexecution (#10302) 2023-12-15 19:51:55 +00:00
for_loop.py fix(sdk): fixes type issues for ParallelFor. Fixes #9366 (#10436) 2024-02-08 18:34:37 +00:00
for_loop_test.py fix(sdk): fixes type issues for ParallelFor. Fixes #9366 (#10436) 2024-02-08 18:34:37 +00:00
graph_component.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
importer_component.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
importer_node.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
importer_node_test.py fix(sdk): fix bug when `dsl.importer` argument is provided by loop variable (#10116) 2023-10-18 20:37:56 +00:00
kfp_config.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
pipeline_channel.py feat(sdk): Support dsl.ParallelFor over list of Artifacts (#10441) 2024-02-06 23:03:40 +00:00
pipeline_channel_test.py feat(sdk): support collecting outputs from conditional branches using `dsl.OneOf` (#10067) 2023-10-18 02:34:55 +00:00
pipeline_context.py feat(sdk): support collecting outputs from conditional branches using `dsl.OneOf` (#10067) 2023-10-18 02:34:55 +00:00
pipeline_task.py feat(sdk): support local pipeline execution (#10423) 2024-01-29 07:50:37 -08:00
pipeline_task_test.py feat(sdk): add local execution skeleton #localexecution (#10292) 2023-12-09 14:08:21 -05:00
placeholders.py feat(sdk): add executor output path and executor input message placeholders (#10240) 2023-11-20 20:30:10 +00:00
placeholders_test.py feat(sdk): add executor output path and executor input message placeholders (#10240) 2023-11-20 20:30:10 +00:00
python_component.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
structures.py support dsl.importer locally; resolve merge conflicts (#10431) 2024-01-29 19:17:15 -08:00
structures_test.py feat(sdk): add executor output path and executor input message placeholders (#10240) 2023-11-20 20:30:10 +00:00
task_final_status.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
tasks_group.py feat(sdk): Support dsl.ParallelFor over list of Artifacts (#10441) 2024-02-06 23:03:40 +00:00
tasks_group_test.py feat(sdk): Support dsl.ParallelFor over list of Artifacts (#10441) 2024-02-06 23:03:40 +00:00
utils.py update task dispatcher (#10298) 2023-12-12 14:23:49 -05:00
utils_test.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
v1_modelbase.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00
v1_structures.py feat(sdk): enable dependency-free runtime install of kfp (#9886) 2023-08-24 18:31:16 +00:00
yaml_component.py chore(sdk): undo creation of kfp-dsl namespace package (#9874) 2023-08-15 16:24:52 -07:00