dagster-msteams
A Microsoft Teams client resource for posting to Microsoft Teams
What it is and what it does
dagster-msteams is a Dagster resource that integrates Microsoft Teams with your data orchestration workflows. It lets you send notifications and alerts to Teams channels directly from your Dagster assets and jobs, enabling real-time communication about pipeline status, failures, or completion events.
The package wraps Teams webhook functionality into a Dagster resource that you can inject into your assets and ops. It depends on Dagster itself and the requests library for HTTP communication. It's designed for teams running Dagster in production who want to route pipeline notifications to Teams instead of or alongside other alerting channels.
Use it for:
- Send alerts to a Teams channel when a critical data asset fails or completes in production.
- Notify team members of data quality issues detected during pipeline execution.
- Post summary messages to Teams after scheduled jobs finish, including row counts or data lineage.
- Integrate Dagster observability with existing Teams-based incident response workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Microsoft Teams integration resource for Dagster that enables posting messages and notifications to Teams channels from data pipeline orchestration workflows.
Yes, if you use Dagster and Teams and want direct integration between them. The package is actively maintained, has no known vulnerabilities, installs with low friction, and carries a permissive license. It's a straightforward add-on to Dagster's resource ecosystem with no notable downsides for Teams users.
Install
dagster-msteams on PyPI
pip
pip install dagster-msteamsuv
uv add dagster-msteamspoetry
poetry add dagster-msteamsInstalling dagster-msteams
Before you install
Low install friction with a pure-Python wheel. Actively maintained as part of the Dagster ecosystem with a recent release and no known vulnerabilities.
License in practice
Apache 2.0 permissive license allows use in commercial and proprietary projects with minimal restrictions.
Quickstart
pip install dagster-msteams
import dagster as dg
from dagster_msteams import MSTeamsResource
@dg.asset
def my_asset() -> None:
pass
defs = dg.Definitions(
assets=[my_asset],
resources={"msteams": MSTeamsResource(hook_url="https://outlook.webhook.office.com/...")}
)
Requires a Microsoft Teams webhook URL configured in your Teams channel to send messages.
Verify before relying
- Whether the resource supports message formatting, attachments, or adaptive cards beyond plain text.
- Whether it handles Teams API rate limits or retry logic automatically.
- Whether it works with Teams channels, group chats, or direct messages.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<3.15,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — dagster, requests |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 102,985/month — #12,833 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dagster_msteams-0.29.18-py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
dagster-slackProvides a Slack client resource for Dagster…
permissive · top 5,000 on PyPI
dagsterDagster is a data pipeline orchestrator that…
permissive · top 5,000 on PyPI
dagster-awsDagster-aws provides AWS-specific integrations…
permissive · top 5,000 on PyPI
dagster-cloud-cliCLI tool for managing and deploying Dagster…
permissive · top 5,000 on PyPI
dagster-dg-coredagster-dg-core provides the core orchestration…
permissive · top 5,000 on PyPI
dagster-webserverProvides a web UI for Dagster, a data pipeline…
permissive · top 5,000 on PyPI
dagster-rest-resourcesProvides REST API resource integrations for…
permissive · top 15,000 on PyPI
dagster-azureProvides Azure-specific integrations for…
permissive · top 15,000 on PyPI
dagster-graphqlProvides a GraphQL API interface for querying…
permissive · top 5,000 on PyPI
dagster-dockerIntegrates Dagster data orchestration with…
permissive · top 5,000 on PyPI