Disable activity in Azure Data factory pipeline without removing it

谁说胖子不能爱 提交于 2019-12-23 15:28:03

问题


So I am testing each of the activities of the pipeline and I want to disable some of the activities in it. Essentially there is an activity of sending emails which I want to disable as I wanted to see the output of prior activities.

Offcourse I dont want to remove the email sending activity because it is in the prod environment and not developed by me.

Is there any way to disable it?


回答1:


You cannot disable one, but what you want to do is possible with the debug option in the editor. Just click on the red circle above any activity and run the debugger, it will run until that activity is complete and stop, allowing you to see the output of those prior to that.

Hope this helped!



来源:https://stackoverflow.com/questions/50243988/disable-activity-in-azure-data-factory-pipeline-without-removing-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!