-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add allow_failure
annotation to allow failed runs to be passed downstream
#7120
Conversation
✅ Deploy Preview for prefect-orion ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
I'd like to add some documentation before merging, but otherwise this is pretty straightforward. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
@tpdorsey do you know where documentation would best fit for this? |
@madkinsz I think Tasks is the right place for this |
Wrapper for iterables. | ||
|
||
Indicates that this input should be sent as-is to all runs created during a mapping | ||
operation instead of being split. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for updating this.
There's no |
Closes #7098
Example
Checklist
<link to issue>
"fix
,feature
,enhancement