until-loop

Azure data factory: Handling inner failure in until/for activity

可紊 提交于 2020-06-29 03:48:14
问题 I have an Azure data factory v2 pipeline containing an until activity. Inside the until is a copy activity - if this fails, the error is logged, exactly as in this post, and I want the loop to continue. Azure Data Factory Pipeline 'On Failure' Although the inner copy activity’s error is handled, the until activity is deemed to have failed because an inner activity has failed. Is there any way to configure the until activity to continue when an inner activity fails? 回答1: Solution Put the error