简体   繁体   English

如何在条件内从失败的管道活动重新运行 ADF?

[英]How to rerun ADF from Failed Pipeline Activity within conditional?

I have a Pipeline that has failed to run on an activity that sits inside of an "If Condition".我有一个管道未能在位于“如果条件”内的活动上运行。

It seems possible to rerun the Pipeline from the If but as there are multiple activities that sit inside this (prior to the failed);从 If 重新运行 Pipeline 似乎是可能的,但因为其中有多个活动(在失败之前); ideally I would want to rerun the pipeline from the actual failed one.理想情况下,我想从实际失败的管道中重新运行管道。

Is this possible?这可能吗?

It is possible to rerun the pipeline from the point of failure.可以从故障点重新运行管道。 In ADF go to monitor pipeline and click on the particular pipeline.在 ADF 中,转到监控管道并单击特定管道。 Now, you can see where your pipeline is failed it allows you rerun from that.现在,您可以看到管道出现故障的位置,它允许您从中重新运行。

在此处输入图像描述

It is your choice to rerun the total pipeline or to rerun from a particular activity by skipping the activities before it.您可以选择重新运行整个管道或通过跳过之前的活动从特定活动重新运行。 If your click on any activity it will show the rerun icon on it by which you can rerun the pipeline from that activity even it is succeeded.如果您单击任何活动,它将在其上显示重新运行图标,即使它成功,您也可以从该活动重新运行管道。

Please refer this Official Microsoft blog by Gaurav Malhotra to learn more about re-running pipeline from a particular activity.请参阅Gaurav MalhotraMicrosoft 官方博客,了解有关从特定活动重新运行管道的更多信息。

Also, Please find the similar ask on MS Q&A answered by nasreen-akter :另外,请在nasreen-akter回答的 MS Q&A 上找到类似的问题:

ADF rerun or restart from point of failure - Microsoft Q&A ADF 重新运行或从故障点重新启动 - Microsoft 问答

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Adf 管道复制活动中参数化源 - How to parameterize the source in Adf pipeline copy activity 在 ADF 中重新触发主管道时,如何仅处理每个活动中的失败文件 - How to process only the failed files in for each activity when the master pipeline is retriggered in ADF 如何从 ADF 管道调用其他资源组中的 ADF 管道? - How to call a ADF Pipeline in other resource group from ADF pipeline? 从ADF中的管道提取GUID和其他属性? - extract GUID and other attributes from pipeline within ADF? ADF 管道在复制活动中添加顺序值 - ADF Pipeline Adding Sequential Value in Copy Activity 使用 powershell 如何通过运行 ID 在 Azure 数据工厂中重新运行失败的管道? - Using powershell how do you rerun failed pipeline in Azure Data Factory by run ID? 如何从 ADF 中的 Executed Pipeline 获取输出参数? - How to get output parameter from Executed Pipeline in ADF? 如何将参数从 Schedule 类型触发器传递到 ADF 管道? - How to pass parameters to an ADF pipeline from Schedule type trigger? 如何从Azure ADF管道运行Azure CLI命令? - How to run Azure CLI command from azure ADF pipeline? 我可以在 ADF 管道中缓存连接机密而不是从每个活动中点击 AKV - Can i cache connection secret in ADF pipeline instead of hitting AKV from every activity
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM