Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

DataHub Great Expectations (GX) Plugin

Send Great Expectations data quality results into DataHub — surface assertion outcomes alongside your dataset metadata so teams can see data health at a glance.

What you can do

  • Emit assertion results from GX Checkpoints directly into DataHub as data quality assertions
  • Link quality checks to datasets — results appear on the dataset's profile in DataHub
  • Track pass/fail history over time for every expectation suite
  • Works with any DataHub deployment — self-hosted or DataHub Cloud

Installation

pip install acryl-datahub-gx-plugin

Quickstart

Add the DataHub action to your GX Checkpoint:

from datahub_gx_plugin.action import DataHubValidationAction
from great_expectations.checkpoint import Checkpoint

checkpoint = Checkpoint(
    name="my_checkpoint",
    data_context=context,
    action_list=[
        {
            "name": "datahub",
            "action": {
                "class_name": "DataHubValidationAction",
                "module_name": "datahub_gx_plugin.action",
                "server_url": "http://localhost:8080",
            },
        }
    ],
)

Results from every Checkpoint run will appear in DataHub under the dataset's Validation tab.

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acryl_datahub_gx_plugin-1.6.0.16rc7.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

acryl_datahub_gx_plugin-1.6.0.16rc7-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file acryl_datahub_gx_plugin-1.6.0.16rc7.tar.gz.

File metadata

File hashes

Hashes for acryl_datahub_gx_plugin-1.6.0.16rc7.tar.gz
Algorithm Hash digest
SHA256 ddfdac9c81001f18d8a976c04a32c6ac56a01447733ad26798245421a2034863
MD5 2a3e1307923940d72fd75530c2a151c9
BLAKE2b-256 cb58abe307d52164361bea6d6bb57c2a74df70f1c39a08550a8f81fc4e785d69

See more details on using hashes here.

File details

Details for the file acryl_datahub_gx_plugin-1.6.0.16rc7-py3-none-any.whl.

File metadata

File hashes

Hashes for acryl_datahub_gx_plugin-1.6.0.16rc7-py3-none-any.whl
Algorithm Hash digest
SHA256 742db47ab22bbbdd67e36b631aca9722abfc6efa08d7941993028a113bb73af9
MD5 a80bfd2702c11901fde91aac460d8ae1
BLAKE2b-256 1dea875624f6aaddbc5aceb6390898d6f12efcd8b807f38832034c761c5d68e9

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page