acryl-datahub-dagster-plugin
DataHub Dagster plugin — automatically capture asset lineage, run history, and job metadata from Dagster pipelines
What it is and what it does
This package bridges Dagster and acryl-datahub by automatically extracting and forwarding pipeline metadata without manual instrumentation. It runs as a sensor that listens to job executions and captures asset definitions, upstream/downstream relationships, and run status, then pushes that lineage and metadata into acryl-datahub so your assets appear in the catalog alongside their execution history.
The plugin works with any acryl-datahub deployment—self-hosted or Cloud—and requires only configuration of the server endpoint and Dagster URL. Once registered in your Definitions, it operates transparently: every job run triggers metadata emission to acryl-datahub, building a continuous record of lineage and run outcomes without code changes to your existing Dagster jobs or assets.
Use it for:
- Track data lineage across Dagster pipelines in a centralized catalog for compliance and impact analysis.
- Monitor job execution history and task outcomes without adding instrumentation to each Dagster job.
- Map Dagster assets to external datasets to understand cross-system data dependencies.
- Integrate Dagster metadata into an existing acryl-datahub deployment for unified data governance.
- Automatically capture upstream/downstream relationships between Dagster assets for data discovery.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Automatically captures asset lineage, run history, and job metadata from Dagster pipelines and sends it to DataHub for catalog and lineage tracking.
Yes—if you run Dagster and use acryl-datahub for data catalog and lineage, this plugin eliminates manual metadata instrumentation and keeps lineage synchronized automatically. Low install friction, active maintenance, no known vulnerabilities, and permissive licensing make it a straightforward addition. Install only if you have both Dagster and acryl-datahub in your stack.
Install
acryl-datahub-dagster-plugin on PyPI
pip
pip install acryl-datahub-dagster-pluginuv
uv add acryl-datahub-dagster-pluginpoetry
poetry add acryl-datahub-dagster-pluginInstalling acryl-datahub-dagster-plugin
Before you install
Low install friction with a pure-Python wheel. Active maintenance as of 2026-08-14 with no known vulnerabilities. Requires three runtime dependencies: dagster, dagit, and acryl-datahub.
License in practice
Licensed under Apache-2.0 (permissive), allowing use in commercial and private projects with minimal restrictions.
Quickstart
pip install acryl-datahub-dagster-plugin
from datahub.ingestion.graph.config import DatahubClientConfig
from datahub_dagster_plugin.sensors.datahub_sensors import DatahubDagsterSourceConfig, make_datahub_sensor
config = DatahubDagsterSourceConfig(
datahub_client_config=DatahubClientConfig(server="http://localhost:8080"),
dagster_url="http://localhost:3000",
)
datahub_sensor = make_datahub_sensor(config=config)
Requires Python 3.10 or later; requires a running Dagster instance and a DataHub deployment (self-hosted or Cloud).
Verify before relying
- Whether the sensor handles all Dagster asset types and external dataset mappings without gaps.
- Performance impact on Dagster job execution when the sensor is active.
- Compatibility with specific DataHub versions or deployment configurations.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — dagit, dagster, acryl-datahub |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 126,808/month — #11,765 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: acryl_datahub_dagster_plugin-1.7.0.4-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
acryl-datahub-airflow-pluginAutomatically captures pipeline lineage, task…
permissive · top 15,000 on PyPI
acryl-datahubDataHub's ingestion framework and CLI for…
permissive · top 5,000 on PyPI
acryl-datahub-actionsAcryl-datahub-actions is an event-driven…
permissive · top 15,000 on PyPI
dagsterDagster is a data pipeline orchestrator that…
permissive · top 5,000 on PyPI
dagster-dbtIntegrates dbt data transformation workflows…
permissive · top 5,000 on PyPI
datahubThis is a redirect package that installs…
permissive · top 15,000 on PyPI
acryl-datahub-classifyPredicts sensitive data types (infotypes) in…
permissive · top 15,000 on PyPI
dagster-webserverProvides a web UI for Dagster, a data pipeline…
permissive · top 5,000 on PyPI
acryl-executorAcryl Executor runs DataHub metadata ingestion…
permissive · top 15,000 on PyPI
dagster-rest-resourcesProvides REST API resource integrations for…
permissive · top 15,000 on PyPI