pipelines/sdk/python/kfp/local
connor-mccarthy dde2a2ee55 wip 2024-03-13 14:23:15 -07:00
..
__init__.py docs(sdk): add kfp.local to reference docs (#10395) 2024-01-18 18:39:58 +00:00
config.py chore(sdk): local task execution refactor + cleanup (#10420) 2024-01-23 15:54:03 +00:00
config_test.py chore(sdk): local task execution refactor + cleanup (#10420) 2024-01-23 15:54:03 +00:00
dag_orchestrator.py feat(sdk): support local execution of pipelines in pipelines (#10440) 2024-02-02 04:32:14 +00:00
docker_task_handler.py fix(sdk): remove redundant newline character in local `DockerRunner` logs (#10354) 2024-01-02 23:40:14 +00:00
docker_task_handler_test.py feat(sdk): support Concat and IfPresent placeholder in local container component execution #localexecution (#10348) 2024-01-05 21:53:56 +00:00
executor_input_utils.py feat(sdk): support f-strings in local pipeline execution (#10435) 2024-01-30 01:24:01 +00:00
executor_input_utils_test.py feat(sdk): support f-strings in local pipeline execution (#10435) 2024-01-30 01:24:01 +00:00
executor_output_utils.py fix(sdk): permit empty local execution outputs #localexecution (#10338) 2024-01-05 20:52:08 +00:00
executor_output_utils_test.py feat(sdk): support local Container Component execution #localexecution (#10333) 2023-12-20 18:34:20 +00:00
graph_utils.py feat(sdk): support local pipeline execution (#10423) 2024-01-29 07:50:37 -08:00
graph_utils_test.py feat(sdk): support local pipeline execution (#10423) 2024-01-29 07:50:37 -08:00
importer_handler.py support dsl.importer locally; resolve merge conflicts (#10431) 2024-01-29 19:17:15 -08:00
importer_handler_test.py support dsl.importer locally; resolve merge conflicts (#10431) 2024-01-29 19:17:15 -08:00
io.py feat(sdk): support local pipeline execution (#10423) 2024-01-29 07:50:37 -08:00
io_test.py feat(sdk): support local pipeline execution (#10423) 2024-01-29 07:50:37 -08:00
logging_utils.py feat(sdk): support local pipeline execution (#10423) 2024-01-29 07:50:37 -08:00
logging_utils_test.py feat(sdk): support local pipeline execution (#10423) 2024-01-29 07:50:37 -08:00
pipeline_orchestrator.py feat(sdk): support local execution of pipelines in pipelines (#10440) 2024-02-02 04:32:14 +00:00
pipeline_orchestrator_test.py feat(sdk): support local execution of pipelines in pipelines (#10440) 2024-02-02 04:32:14 +00:00
placeholder_utils.py support dsl.importer locally; resolve merge conflicts (#10431) 2024-01-29 19:17:15 -08:00
placeholder_utils_test.py feat(sdk): support f-strings in local pipeline execution (#10435) 2024-01-30 01:24:01 +00:00
status.py feat(sdk): add subprocess task handler #localexecution (#10302) 2023-12-15 19:51:55 +00:00
subprocess_task_handler.py wip 2024-03-13 14:23:15 -07:00
subprocess_task_handler_test.py test(sdk): add test for local execution of `None` default parameter #localexecution (#10339) 2024-01-05 23:19:56 +00:00
task_dispatcher.py support dsl.importer locally; resolve merge conflicts (#10431) 2024-01-29 19:17:15 -08:00
task_dispatcher_test.py feat(sdk): support local pipeline execution (#10423) 2024-01-29 07:50:37 -08:00
task_handler_interface.py feat(sdk): add subprocess task handler #localexecution (#10302) 2023-12-15 19:51:55 +00:00
task_handler_interface_test.py feat(sdk): add subprocess task handler #localexecution (#10302) 2023-12-15 19:51:55 +00:00
testing_utilities.py feat(sdk): remove local execution feature flag #localexecution (#10355) 2024-01-05 20:20:08 +00:00
utils.py chore(sdk): local task execution refactor + cleanup (#10420) 2024-01-23 15:54:03 +00:00
utils_test.py chore(sdk): local task execution refactor + cleanup (#10420) 2024-01-23 15:54:03 +00:00