Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

View all the Fabric Data Days sessions on demand. View schedule

Conditional retry for ADF pipeline activities

ADF already has a feature for retrying pipeline activities on error.

The problem that we face here is that a retry only makes sense if there are transient (mostly network) problems.

But if there is an error with the data, we can't simply retry the activity since we need to fix the data first.


That is why I think it would be very helpful if we could define a condition for a retry.

Practically I am thinking about defining an expression that returns a Boolean (https://learn.microsoft.com/en-us/azure/data-factory/control-flow-expression-language-functions).

This way we could analyze the error message and look for error codes or specific keywords "timeout", for deciding if a retry makes sense.

Status: Under Review
Comments
nishalit
New Member
Work in progress
fbcideas_migusr
New Member
Status changed to: Under Review