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.12.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.12-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file acryl_datahub_gx_plugin-1.6.0.12.tar.gz.

File metadata

File hashes

Hashes for acryl_datahub_gx_plugin-1.6.0.12.tar.gz
Algorithm Hash digest
SHA256 ca2bcfd52b7b48a96aea203b8a5bc3929f47ad11a5078214cfaf33d4b4e190e0
MD5 2098a2a0a6a2201e380c8a5516f40c71
BLAKE2b-256 64032b5dd83610bca5929cbdf585e7a5b4379f534b3b8a9404a71c1c7682649d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for acryl_datahub_gx_plugin-1.6.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 b1814ae22a0df61b5c414c2a2778873145ff7fea196d1cd016e10e4e0552833e
MD5 2126de7e9c0a1649d2f8f05a15d9095e
BLAKE2b-256 02a02b8f04e4bcc04fc6b6b32535b6fe8791c5906c41eceaccb19f8570b66f32

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