failedRuns = count(cloud.azure.microsoft_datafactory.factories.pipelinefailedruns),
succeededRuns = count(cloud.azure.microsoft_datafactory.factories.pipelinesucceededruns)
split by Pipeline
Is there a way to alert when the pipeline failed and close the ticket when its succeeded , currently we are alerting based on the failed runs which is creating alerts on concurrent failures , idea is to keep the alert open until there is a succeeded run