Skip to content

Commit

Permalink
feat(sdk): support a Pythonic artifact authoring style (kubeflow#9932)
Browse files Browse the repository at this point in the history
* chore(sdk): test observability, refactorings, and cleanup

* implement unified i/o syntax

* clarify container component error message

* address review feedback

* add dill to packages_to_install

* update get_uri logic for KFP and tests

* update execution tests & cleanup
  • Loading branch information
connor-mccarthy authored Oct 19, 2023
1 parent e8fb699 commit 8d00d0e
Show file tree
Hide file tree
Showing 19 changed files with 1,964 additions and 239 deletions.
1 change: 1 addition & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# 2.3.0
## Features
* Support `PipelineTaskFinalStatus` in tasks that use `.ignore_upstream_failure()` [\#10010](https://github.com/kubeflow/pipelines/pull/10010)
* Add support for a Pythonic artifact authoring style [\#9932](https://github.com/kubeflow/pipelines/pull/9932)


## Breaking changes
Expand Down
Loading

0 comments on commit 8d00d0e

Please sign in to comment.