Skip to main content

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.

Validating outside a checkpoint

Great Expectations runs actions only from a checkpoint. ValidationDefinition.run(), Batch.validate() and a 0.x Validator.validate() fire nothing, so send their result yourself:

from convalesce_emit_gx import forward_validation_result

result = validation_definition.run()
forward_validation_result(result)

On 0.x, pass the validator too, forward_validation_result(result, validator=validator), so the platform is named from its engine.

What crosses

  • Every field of the checkpoint result, each validation result and each expectation result, under every result format.
  • Each datasource's platform, database and default schema. Never its connection string; a password inside a batch spec is masked.
  • Each result's GX Cloud page, when GX Cloud stored it.
  • Not the rows: sampled failing values, and the values a distinct-values or most-common-value expectation observed, cross as counts. Set CONVALESCE_GX_SEND_SAMPLES=true to send them.

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

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-gx 0.1.5
File Size Uploaded
convalesce_emit_gx-0.1.5.tar.gz 36.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for convalesce-emit-gx 0.1.5
File Interpreter ABI Platform
convalesce_emit_gx-0.1.5-py3-none-any.whl Python 3 none any Details

Total release size: 59.4 kB

Release files / convalesce_emit_gx-0.1.5.tar.gz

Download URL convalesce_emit_gx-0.1.5.tar.gz
Size 36.2 kB
Tags Source
SHA-256 checksum
How to use checksums
2e648ae622b0498e1d1e46ac01b9efef46f3bc4572a6d1d3b594449ec32b1a63
BLAKE2b-256 checksum
How to use checksums
e6b5f858a59fc9d97b9b24e5c7f5fc6451665108f4c42c0558d6e5833da33aa0
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

Release files / convalesce_emit_gx-0.1.5-py3-none-any.whl

Download URL convalesce_emit_gx-0.1.5-py3-none-any.whl
Size 23.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
f4572a67188d88dbffb7ea104cfbdaf8013bdee94657dd94f959af994b8d153d
BLAKE2b-256 checksum
How to use checksums
ff1ca6f4a3f9ccec30440149ebc33bfb8b7ee46ce953379520a689804d3cc9d9
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

Release history Release notifications | RSS feed

This release

0.1.5 This release

2 release files

0.1.4

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