--- id: dagster-msteams version: "0.29.18" license: Apache-2.0 license_treatment: permissive maintenance: active --- # dagster-msteams — A Microsoft Teams client resource for posting to Microsoft Teams License: permissive · Maintenance: active · Downloads: 103.0K/mo ## 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 above — 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 pip install dagster-msteams uv add dagster-msteams poetry add dagster-msteams ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 103.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags dagster microsoft teams integration, post to teams from dagster, teams notifications for data pipelines, dagster teams resource, teams alerts for orchestration, orchestration, notifications, integration [View on SkillFed](https://skillfed.io/packages/dagster-msteams) · [View on PyPI](https://pypi.org/project/dagster-msteams/)