Skip to content

Commit

Permalink
fix(sdk): Add missing retry policy. (#6808)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarp authored Oct 28, 2021
1 parent 40d8242 commit ec4ab2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

* Fix placeholder mapping error in v2. [\#6794](https://github.com/kubeflow/pipelines/pull/6794)
* Depends on `kfp-pipeline-spec>=0.1.13,<0.2.0` [\#6803](https://github.com/kubeflow/pipelines/pull/6803)
* Add `OnTransientError` to allowed retry policies [\#6808](https://github.com/kubeflow/pipelines/pull/6808)

## Documentation Updates

Expand Down
1 change: 1 addition & 0 deletions sdk/python/kfp/dsl/_container_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'Always',
'OnError',
'OnFailure',
'OnTransientError',
)

# Shorthand for PipelineContainerSpec
Expand Down

0 comments on commit ec4ab2d

Please sign in to comment.