convalesce-emit
Forwards a data tool's own output to Convalesce, unchanged. This is the transport the tool plugins share: Airflow, Dagster, Prefect and Great Expectations each install it as their one dependency.
It has no dependencies of its own. Transport is urllib from the
standard library, so it installs into an existing pipeline environment
without touching a resolution that already works.
Install
pip install convalesce-emit-airflow # or -dagster, -prefect, -gx
Configure
Set these on the worker; no code changes are needed.
| Variable | Default | |
|---|---|---|
CONVALESCE_INGEST_KEY |
none | required unless dry-running |
CONVALESCE_ENDPOINT |
https://api.convalesce.io |
|
CONVALESCE_DRY_RUN |
false |
build envelopes, log them, send nothing |
CONVALESCE_ENABLED |
true |
set false to switch off entirely |
CONVALESCE_BATCH_SIZE |
50 |
observations per request |
CONVALESCE_MAX_BODY_BYTES |
1000000 |
a batch is sent before the body would pass this |
CONVALESCE_MAX_RETRIES |
3 |
|
CONVALESCE_TIMEOUT |
10 |
seconds |
CONVALESCE_SPOOL_DIR |
<temp dir>/convalesce-emit-spool |
undelivered batches wait here and are sent after the next send that succeeds; refused ones are kept under rejected/ |
CONVALESCE_SPOOL_MAX_BYTES |
1000000000 |
the waiting batches stop growing past this, with an error in the log |
Nothing names an account: the ingest key carries that.
Links
- Repository, with what these plugins do and why.
- Versions verified, for each tool, on real installs.
- Develop:
make lint,make test.
Release files for convalesce-emit 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-0.1.5.tar.gz | 64.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| convalesce_emit-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 114.0 kB
Release files / convalesce_emit-0.1.5.tar.gz
| Download URL | convalesce_emit-0.1.5.tar.gz |
|---|---|
| Size | 64.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
02493049c771925df14a2a54308b268146b8035de4fd325a098855340796ffa8
|
|
BLAKE2b-256 checksum How to use checksums |
264ae38e005082d4e271ca6c3c93526b05afa0cfb01d72af33d2f6ffd8d53f00
|
| 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-0.1.5-py3-none-any.whl
| Download URL | convalesce_emit-0.1.5-py3-none-any.whl |
|---|---|
| Size | 49.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b87837d39d462c32d156a6585fd8ebb1850b52d8f116b606466ee5432a2e82b6
|
|
BLAKE2b-256 checksum How to use checksums |
a5b46ea42c192940fd00c3850f5178c213a61cc1f548353259e859c3746995d4
|
| 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