DataHub is an open-source metadata platform for the modern data stack. The Python client (acryl-datahub) provides utilities for ingesting metadata, interacting with the DataHub API, and managing data lineage. As of version 0.12.1, the package has transitioned from 'datahub' to 'acryl-datahub' on PyPI. The dummy package 'datahub' 0.999.1 is a placeholder and should be avoided in favor of 'acryl-datahub'.
pip install acryl-datahubNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart: Emit a dataset metadata change event.
Run: pip uninstall datahub && pip install acryl-datahub
Upgrade to latest acryl-datahub and use new import paths.
Use DataHubRestEmitter for synchronous emits or use the async emitter with event loop.
pip install acryl-datahub
Install acryl-datahub and use from datahub.emitter.rest_emitter import DataHubRestEmitter
pip install --upgrade acryl-datahub
No dependency data recorded yet.