Skip to main content

DataHub Great Expectations plugin — send data quality assertion results from GX checkpoints into your DataHub catalog

Project description

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

Project details


Release history Release notifications | RSS feed

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.12rc1.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.12rc1-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.12rc1.tar.gz.

File metadata

File hashes

Hashes for acryl_datahub_gx_plugin-1.6.0.12rc1.tar.gz
Algorithm Hash digest
SHA256 6aef3143e74a6feb21b9f1bf408b175c64bc6fe5b36fb14b978c70a894bc42bc
MD5 9e1aec0d6b76d79f04272013089d9aa9
BLAKE2b-256 dc488bb0fd9cdb934390b6186ff542dc233e88a09e3a33b1ff94ad5a7bdf3500

See more details on using hashes here.

File details

Details for the file acryl_datahub_gx_plugin-1.6.0.12rc1-py3-none-any.whl.

File metadata

File hashes

Hashes for acryl_datahub_gx_plugin-1.6.0.12rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 29b0a8e098e4d044b8266f02323240fa530c3fc3770c2531e57d2b8126fd7b6c
MD5 c08ca94d1a1a15527be5b4b2af273b3d
BLAKE2b-256 0211646a603e19489a1986f22423338b72254d01e96b39579c369e3f9efa7649

See more details on using hashes here.

Supported by

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