--- id: dagster-pagerduty version: "0.29.18" license: Apache-2.0 license_treatment: permissive maintenance: active --- # dagster-pagerduty — Package for pagerduty Dagster framework components. License: permissive · Maintenance: active · Downloads: 151.0K/mo ## What it is and what it does dagster-pagerduty is a Dagster framework component that connects your data pipeline orchestration to PagerDuty's incident management platform. It allows you to automatically create, update, or resolve incidents in PagerDuty based on events in your Dagster pipelines—such as asset failures, run completions, or custom alerts. This bridges the gap between your data infrastructure and your on-call operations team, ensuring that critical pipeline issues surface immediately to the right people. The package depends on dagster (the core orchestration framework) and pypd (the PagerDuty Python client). It is maintained as part of the main Dagster project and receives regular updates. It supports Python 3.10 through 3.14, making it compatible with modern Python environments. Use it for: - Alert on-call engineers when a critical data pipeline fails or is delayed. - Automatically create PagerDuty incidents when asset materialization fails. - Integrate pipeline observability into existing on-call workflows and escalation policies. - Trigger incident response workflows based on Dagster run status or custom asset events. - Centralize data infrastructure alerts alongside application and infrastructure incidents. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Integrates PagerDuty incident management with Dagster data pipelines, enabling automated alerting and incident response when pipeline events occur. Yes, if you use both Dagster and PagerDuty. The package is actively maintained, has no known vulnerabilities, installs with low friction, and solves a real operational need: connecting pipeline failures to on-call response. If you don't use PagerDuty or don't need incident management integration, it adds no value. ## Install pip install dagster-pagerduty uv add dagster-pagerduty poetry add dagster-pagerduty ## Installing dagster-pagerduty Before you install: Low friction install with two runtime dependencies (dagster and pypd). Active maintenance with a release on 2026-08-14 and no known vulnerabilities. License in practice: Apache-2.0 licensed under a permissive regime, allowing use in proprietary and open-source projects without restriction. Quickstart: pip install dagster-pagerduty import dagster as dg from dagster_pagerduty import pagerduty_resource @dg.asset def my_asset(): return 'data' Requires Python 3.10 or later (up to 3.14); requires a PagerDuty account and API credentials. Verify before relying: - Specific PagerDuty event types and alert conditions this integration supports - Whether the integration supports escalation policies or on-call routing - Configuration options for alert severity mapping or filtering ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 151.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags pagerduty dagster integration, pipeline incident alerting, dagster monitoring alerts, on-call incident management, data pipeline notifications, orchestration alerting, dagster pagerduty, orchestration, incident-management, alerting [View on SkillFed](https://skillfed.io/packages/dagster-pagerduty) · [View on PyPI](https://pypi.org/project/dagster-pagerduty/)