Hey there! I’ve noticed with the DBT webhooks, you get a completed post as even if it has failures. I haven’t worked with multiple triggers yet- but can I set up two triggers for the same work flow- and if the failure webhook shows up before the completed one (which should happen per my understanding) - cancel them? How would that look like. Two triggers- and then a filter condition between 1st step and two triggers, saying don’t continue if I get a value from the failure trigger?
Gotcha- See it’s rather annoying that DBT sends a failure webhook AND a completed webook. sometimes it can fail AND complete- so I’m trying to figure out a way to cancel the workflow run if I get the failure one before the completed one! I currently have it set up to trigger on a completion webhook.