Does anyone have any examples of Microsoft Teams i...
# show-and-tell
t
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
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.
t
I'm also looking for this.
c
Add another looking for this.
n
This is a great place to contribute a Task to the Task Library! For some information about how to do that, you can check out the docs for the Task Library as well as a great blog post about contributing: https://medium.com/the-prefect-blog/the-prefect-task-library-49a1a1c5b466