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.16rc6.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.16rc6-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.16rc6.tar.gz.

File metadata

File hashes

Hashes for acryl_datahub_gx_plugin-1.6.0.16rc6.tar.gz
Algorithm Hash digest
SHA256 69587f5d579b07ba7c79bc48d601d546baf0141a9b889f52fb4d658ca956e860
MD5 f1dc51fa2b6b6c6d0664ce8cabe5e68c
BLAKE2b-256 af4e91d1ae9071fbf4c37219dee5e1758b5c601563e69ab1c7596072d5c5a674

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for acryl_datahub_gx_plugin-1.6.0.16rc6-py3-none-any.whl
Algorithm Hash digest
SHA256 57f6fb93e950168b1ebee3c4c0848d145495a4746c01dd6691194206ff3643b9
MD5 3b3d982c8e7988b9d19b1aee8737ff32
BLAKE2b-256 e0e4bcd43939d98f15e60de271e80d0b358c4c6233e8f781b89201cc3e2f3917

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