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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file acryl_datahub_gx_plugin-1.6.0.10rc3.tar.gz.
File metadata
- Download URL: acryl_datahub_gx_plugin-1.6.0.10rc3.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd7d902ac388fadd94d524df4f145d8a9b0069251dffe414732988b849499de3
|
|
| MD5 |
8e81bf5e8dd4885cd572a3d8d1f56da2
|
|
| BLAKE2b-256 |
b234bd807a58013221c8b1e533727a791626d6349741fb1a45a70a274c025177
|
File details
Details for the file acryl_datahub_gx_plugin-1.6.0.10rc3-py3-none-any.whl.
File metadata
- Download URL: acryl_datahub_gx_plugin-1.6.0.10rc3-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
916010606973e8190d7660dc54673e5b14853a941b02cd1ab6ce4a8abd945f11
|
|
| MD5 |
ebb72e635b7ae63e28eddfa9cd2d7e3f
|
|
| BLAKE2b-256 |
1ebfdd04fde0b5f6948c8cad4b6fe89cbfbcfa0bc25f1c5d4d5077e97c0b928f
|