英文:
ADF-pipeline onfailure not working for throtling expections
问题
请检查上面的图像,其中用黄色标出的部分表示与删除表相关的处理活动在失败时进行了连接,但它没有起作用,甚至在出现异常,如处理活动中的限制时也没有触发。
帮助触发“获取处理活动失败时”的删除表。
英文:
Please check above image where highlighted with yellow that get processed activity on failure connected with drop table but its not working and its not even triggering when expection like throtling in get processed activity
Help to trigger the drop table for get proccesed activity on failure
答案1
得分: 0
Azure数据资源管理器命令Drop table活动将在Azure数据资源管理器命令Get Alerts from Processed Table活动失败时执行,并且查找活动失败并且For-each活动成功时执行。
解决方案是在Get Alerts from Processed table Azure数据资源管理器命令活动失败时,执行一次DROP TABLE活动,第二次在查找活动失败时执行,第三次在For-each活动成功时执行。
英文:
Azure data explorer command Drop table activity will be executed when Azure Data explorer command Get Alerts from Processed Table activity is failed and Lookup activity is failed and For-each activity is succeeded.
The solution is to have DROP TABLE activity thrice. One upon failure of Get Alerts from Processed table Azure data explorer command activity and second one on failure of lookup activity and the other one upon success of For-each activity.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论