'How to stop trigger if pipeline fails Azure Datafactory
I have pipeline need to run at every one hour. Using tumbling window trigger. If pipeline is successfull it should continue to run every one hour. If pipeline fails with some reason, next instance, I mean pipline should not run for next hour.
How can we stop trigger if pipeline fails.
Solution 1:[1]
Currently, this feature is not available in the Azure data factory. You can raise a feature request from the Azure data factory feedback.
Alternatively, you can add a web activity in your pipeline upon the failure of the previous activity. In web activity, you can make a call to an HTTP request to Stop the trigger.
Refer to this document to Stop a trigger.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | NiharikaMoola-MT |

