Skip to main content

convalesce-emit-dagster

Forward Dagster run status to Convalesce, unchanged.

Install

pip install convalesce-emit-dagster

Wire it up

The package exports a sensor body rather than a decorated sensor, because Dagster's decorator signatures move between versions and this package does not depend on Dagster. Apply the decorator in your own definitions:

from dagster import DagsterRunStatus, Definitions, run_status_sensor
from convalesce_emit_dagster import convalesce_sensor


@run_status_sensor(run_status=DagsterRunStatus.SUCCESS)
def convalesce_on_success(context):
    convalesce_sensor(context)


@run_status_sensor(run_status=DagsterRunStatus.FAILURE)
def convalesce_on_failure(context):
    convalesce_sensor(context)


defs = Definitions(sensors=[convalesce_on_success, convalesce_on_failure])

Each fires with the run, the event and the sensor name, as Dagster produced them. Set CONVALESCE_INGEST_KEY where the daemon runs.

Supported

Dagster 1.7 and later, on Python 3.9 and later. Verified on real installs: see version-support.md.

Configure

Read from the environment: see convalesce-emit.

Release files for convalesce-emit-dagster 0.1.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for convalesce-emit-dagster 0.1.4
File Size Uploaded
convalesce_emit_dagster-0.1.4.tar.gz 22.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for convalesce-emit-dagster 0.1.4
File Interpreter ABI Platform
convalesce_emit_dagster-0.1.4-py3-none-any.whl Python 3 none any Details

Total release size: 41.6 kB

Release files / convalesce_emit_dagster-0.1.4.tar.gz

Download URL convalesce_emit_dagster-0.1.4.tar.gz
Size 22.8 kB
Tags Source
SHA-256 checksum
How to use checksums
c0f4008c2914bfbffb627e7ba8d4df485a2f2cc136917cd7e8247f09afbae140
BLAKE2b-256 checksum
How to use checksums
7f57d4b377e4ee2ca32b5c843471249e956a12be2dae5e95fd12b0fa7ade9d85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.

Transparency log

Release files / convalesce_emit_dagster-0.1.4-py3-none-any.whl

Download URL convalesce_emit_dagster-0.1.4-py3-none-any.whl
Size 18.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
ec434fa5ac0df45fc49b300045b579d11569137189c500ff59c0656914e53047
BLAKE2b-256 checksum
How to use checksums
06ae695f0fa4ba9126ef79b17a7945446d14737a18b21e5bff592965997a03cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.

Transparency log

Release history Release notifications | RSS feed

0.1.5

2 release files

This release

0.1.4 This release

2 release files

0.1.3

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page