dagster-pagerduty
Package for pagerduty Dagster framework components.
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 on this page — 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
dagster-pagerduty on PyPI
pip
pip install dagster-pagerdutyuv
uv add dagster-pagerdutypoetry
poetry add dagster-pagerdutyInstalling 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 the current Python release (<3.15,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — dagster, pypd |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 150,957/month — #10,949 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dagster_pagerduty-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-datadogIntegrates Datadog monitoring and observability…
permissive · top 15,000 on PyPI
dagsterDagster is a data pipeline orchestrator that…
permissive · top 5,000 on PyPI
dagster-webserverProvides a web UI for Dagster, a data pipeline…
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-graphqlProvides a GraphQL API interface for querying…
permissive · top 5,000 on PyPI
dagster-awsDagster-aws provides AWS-specific integrations…
permissive · top 5,000 on PyPI
dagster-slackProvides a Slack client resource for Dagster…
permissive · top 5,000 on PyPI
dagitDagit is the web UI for Dagster, providing a…
permissive · top 15,000 on PyPI
dagster-dg-cliA command-line tool for developing and managing…
permissive · top 5,000 on PyPI