Does anyone have any examples of Microsoft Teams integrations? I know there is a Python wrapper library (https://pypi.org/project/pymsteams/) and really would like some type of exception reporting or notifications as a result of a Prefect flow.
n
nicholas
09/18/2020, 8:46 PM
Hi @Timothy Byrne - I'm not familiar with Microsoft Teams (maybe some members of the community can chime in) but Prefect has lots of built-in ways to capture exceptions and to run certain tasks based on upstream state. In this case, I'm sure you could write a task that sends a Microsoft Teams notification that you could run only on upstream failure using a trigger.