Skip to content

Commit

Permalink
fix(sdk): Add missing retry policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarp committed Oct 27, 2021
1 parent 40d8242 commit a98586f
Showing 1 changed file with 1 addition and 0 deletions.
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 a98586f

Please sign in to comment.