convalesce-emit-gx
Forward Great Expectations validation results to Convalesce. Counts and statistics cross; row values never do.
Install
pip install convalesce-emit-gx
Wire it up
One class path serves both majors. convalesce_emit_gx.action picks the
implementation for the installed Great Expectations.
On 1.x, list the action on the checkpoint:
from great_expectations import Checkpoint
from convalesce_emit_gx.action import ConvalesceValidationAction
checkpoint = Checkpoint(
name="orders",
validation_definitions=[...],
actions=[ConvalesceValidationAction()],
)
On 0.x, list it in the checkpoint's action list:
action_list=[
{
"name": "convalesce",
"action": {
"module_name": "convalesce_emit_gx.action",
"class_name": "ConvalesceValidationAction",
},
}
]
Set CONVALESCE_INGEST_KEY where the checkpoint runs.
Supported
Great Expectations 0.17 through 1.x, 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-gx 0.1.4
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_gx-0.1.4.tar.gz | 13.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| convalesce_emit_gx-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.7 kB
Release files / convalesce_emit_gx-0.1.4.tar.gz
| Download URL | convalesce_emit_gx-0.1.4.tar.gz |
|---|---|
| Size | 13.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
31c2c7a79ead5dc200a2ced3e102eca9358973e33e72e93bb4f9130abdf14cd9
|
|
BLAKE2b-256 checksum How to use checksums |
f5ae84dbb8b3784dd5b32618215b67c01035b08308a69d59e4f11d5fc42a9ae4
|
| 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 logRelease files / convalesce_emit_gx-0.1.4-py3-none-any.whl
| Download URL | convalesce_emit_gx-0.1.4-py3-none-any.whl |
|---|---|
| Size | 14.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
346bc90e4e31292ab17624496a3b948fd02d88852d84e38bb6d49c4d27d7a392
|
|
BLAKE2b-256 checksum How to use checksums |
9dfaf50b3585e1b0054bf2f34d782947fd150a547d0a001f2bd1c4d07c1d7a7c
|
| 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