skillfed

dagster-pagerduty

Package for pagerduty Dagster framework components.

dagster-pagerduty v0.29.18 151.0K downloads/30d#10,949 on PyPI15,996
Permissive license Apache-2.0 Active released

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-pagerduty

uv

uv add dagster-pagerduty

poetry

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 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

pagerduty dagster integrationpipeline incident alertingdagster monitoring alertson-call incident managementdata pipeline notificationsorchestration alertingdagster pagerduty
orchestrationincident-managementalerting

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

dagster-datadog

Integrates Datadog monitoring and observability…

permissive · top 15,000 on PyPI

dagster

Dagster is a data pipeline orchestrator that…

permissive · top 5,000 on PyPI

dagster-webserver

Provides a web UI for Dagster, a data pipeline…

permissive · top 5,000 on PyPI

dagster-cloud-cli

CLI tool for managing and deploying Dagster…

permissive · top 5,000 on PyPI

dagster-dg-core

dagster-dg-core provides the core orchestration…

permissive · top 5,000 on PyPI

dagster-graphql

Provides a GraphQL API interface for querying…

permissive · top 5,000 on PyPI

dagster-aws

Dagster-aws provides AWS-specific integrations…

permissive · top 5,000 on PyPI

dagster-slack

Provides a Slack client resource for Dagster…

permissive · top 5,000 on PyPI

dagit

Dagit is the web UI for Dagster, providing a…

permissive · top 15,000 on PyPI

dagster-dg-cli

A command-line tool for developing and managing…

permissive · top 5,000 on PyPI