Plugin for integrating Great Expectations validation results with Acryl DataHub. Captures GX execution events and sends them to DataHub for lineage and observability. Current version: 1.6.0, requires Python >=3.10. Released as part of the datahub project.
pip install acryl-datahub-gx-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the DataHub GX action with server URL and optional token.
Update your action instantiation to use `datahub_server_url` and `datahub_token` instead of passing a preconfigured emitter.
Ensure the `datahub_server_url` is correct and the DataHub GMS is reachable. Enable debug logging to see connection errors.
Switch to the new import path: `from datahub_gx_plugin.action import ...`