Ask AI

You are viewing an unreleased or outdated version of the documentation

Microsoft Teams & Dagster Cloud#

This guide is applicable to Dagster Cloud.

Dagster Cloud supports sending alerts to Microsoft Teams using incoming webhooks.


Prerequisites#

To follow the steps in this guide, you'll need:

  • Permissions in Microsoft Teams that allow you to create an incoming webhook
  • Organization, Admin, or Editor permissions in Dagster Cloud, which are required to create and manage alerts

Step 1: Create an incoming webhook in Microsoft Teams#

To create an incoming webhook, follow the instructions in the Microsoft Teams documentation.

Keep the webhook URL handy - you'll need it in the next step.


Step 2: Create an alert policy in Dagster Cloud#

Creating an alert policy can be done using the Dagster Cloud UI or the dagster-cloud CLI and a YAML file.

In the UI#

  1. Create and configure an alert policy. Refer to the Managing alerts in Dagster Cloud guide for more info.
  2. In the Notification Service section of the Create alert policy window, select the Microsoft Teams option.
  3. Paste the Microsoft Teams webhook URL into the field that displays.
  4. Click Save policy.