Commit Graph

27 Commits

Author SHA1 Message Date
connor-mccarthy dde2a2ee55 wip 2024-03-13 14:23:15 -07:00
Connor McCarthy 1fe1c63f60
feat(sdk): support local execution of pipelines in pipelines (#10440) 2024-02-02 04:32:14 +00:00
Connor McCarthy 7bd31d104b
support dsl.importer locally; resolve merge conflicts (#10431) 2024-01-29 19:17:15 -08:00
Connor McCarthy 977bffce2a
feat(sdk): support f-strings in local pipeline execution (#10435) 2024-01-30 01:24:01 +00:00
Connor McCarthy 442d457057
feat(sdk): support local pipeline execution (#10423)
* local pipeline implementation

* address review feedback
2024-01-29 07:50:37 -08:00
Connor McCarthy a990446b9c
chore(sdk): local task execution refactor + cleanup (#10420) 2024-01-23 15:54:03 +00:00
Connor McCarthy 75a3c48683
docs(sdk): add kfp.local to reference docs (#10395) 2024-01-18 18:39:58 +00:00
Connor McCarthy ca5f97dc6b
test(sdk): add test for local execution of `None` default parameter #localexecution (#10339) 2024-01-05 23:19:56 +00:00
Connor McCarthy 2897a10f59
feat(sdk): support Concat and IfPresent placeholder in local container component execution #localexecution (#10348)
* feat(sdk): support Concat and IfPresent placeholder in local container component execution #localexecution

* address review feedback

* fix test
2024-01-05 21:53:56 +00:00
Connor McCarthy 64d46dfed0
fix(sdk): permit empty local execution outputs #localexecution (#10338) 2024-01-05 20:52:08 +00:00
Connor McCarthy 8a5a17e910
feat(sdk): remove local execution feature flag #localexecution (#10355) 2024-01-05 20:20:08 +00:00
Connor McCarthy dcab0511a2
test(sdk): improve KFP SDK local runner test safety #localexecution (#10336) 2024-01-03 18:39:15 +00:00
Connor McCarthy 86b7e23985
fix(sdk): remove redundant newline character in local `DockerRunner` logs (#10354) 2024-01-02 23:40:14 +00:00
Connor McCarthy 89d4234a5b
fix(sdk): fix presentation of strings in local execution #localexecution (#10353) 2024-01-02 23:00:14 +00:00
Connor McCarthy 846f88770c
feat(sdk): support local Container Component execution #localexecution (#10333)
* support Container Components

* address review feedback
2023-12-20 18:34:20 +00:00
Connor McCarthy f52ba56784
chore(sdk): write local execution logs to stdout #localexecution (#10330) 2023-12-20 09:37:20 +00:00
Connor McCarthy 654bbdebe6
feat(sdk): add special `dsl.OutputPath` read logic #localexecution (#10334) 2023-12-20 09:09:20 +00:00
Connor McCarthy adc5b3b160
feat(sdk): add DockerRunner #localexecution (#10328) 2023-12-19 23:14:19 +00:00
Connor McCarthy 784927205c
feat(sdk): add local execution logging #localexecution (#10326) 2023-12-18 23:50:37 +00:00
Connor McCarthy d0da0ad940
chore(sdk): fix use of invalid escape sequence in tests (#10310) 2023-12-18 22:53:38 +00:00
Connor McCarthy 76aad8b18a
feat(sdk): add local execution output collection #localexecution (#10325)
* feat(sdk): add local execution output collection #localexecution

* update ExecutorInput processing

* address review feedback

* fix exception handling test
2023-12-16 09:53:18 -05:00
Connor McCarthy 21f8e9c72b
feat(sdk): add subprocess task handler #localexecution (#10302)
* add subprocess task handler

* response to review feedback
2023-12-15 19:51:55 +00:00
Connor McCarthy 33bf920255
test(sdk): add placeholder_utils_test.py (#10301) 2023-12-13 13:59:57 -05:00
Connor McCarthy d41efc3e96
update task dispatcher (#10298) 2023-12-12 14:23:49 -05:00
Connor McCarthy 5cd708de37
feat(sdk): add local execution skeleton #localexecution (#10292) 2023-12-09 14:08:21 -05:00
Connor McCarthy 5c60d37616
remove cleanup param in local init (#10293) 2023-12-09 14:07:58 -05:00
Connor McCarthy 0d7913ce4e
feat(sdk): add local execution config #localexecution (#10234) 2023-11-20 18:18:10 +00:00