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.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| convalesce_emit_dagster-0.1.5.tar.gz | 34.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| convalesce_emit_dagster-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 57.3 kB
Release files / convalesce_emit_dagster-0.1.5.tar.gz
| Download URL | convalesce_emit_dagster-0.1.5.tar.gz |
|---|---|
| Size | 34.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a71e6b28df1a9a1ce4b3e79db557dc1a98e6807094dc18d498b58abe212edf3c
|
|
BLAKE2b-256 checksum How to use checksums |
f7082e82855eaf2bfaae87e923d364b3ef533d4dec9bfc9dad65986f187d8ee2
|
| 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 26, 2026.
Transparency logRelease files / convalesce_emit_dagster-0.1.5-py3-none-any.whl
| Download URL | convalesce_emit_dagster-0.1.5-py3-none-any.whl |
|---|---|
| Size | 22.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dca52a3ebcf9f48bcc5e0c792a9f0e8f989208d6c38e9b7d2b125c7ed3c55306
|
|
BLAKE2b-256 checksum How to use checksums |
2be91ecea469386789ebc8af01468e6f7985415a202073d1023c1e4dbdf99c01
|
| 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 26, 2026.
Transparency log