Ricardo Gaspar
09/12/2025, 11:17 AMFailed or Success
https://docs.prefect.io/v3/concepts/states#states
I need for my data pipelines to be able to signal warnings, but I don't have a proper way to signal that via the DAG final state; which would be ideal for observability.
Is there anything to support 3 final workflow states, like a semaphore:
• Failed 🔴
• Warnings / Success_with_warnings 🟡
• Success 🟢
Or any other monitoring solution within the UI or observability side of Prefect that allows that?
CC: @Nathan Nowack @Brendan O'Leary @Anna M Geller