acryl-datahub-actions
Event-driven action framework for DataHub — trigger automations and workflows in response to real-time metadata changes
What it is and what it does
Acryl-datahub-actions is a framework for building event-driven automations on top of DataHub's metadata platform. It connects to Kafka to consume real-time metadata change events (such as tag additions, ownership changes, or entity updates), applies optional filters and transformers to narrow or reshape those events, and then executes custom actions—calling APIs, sending Slack alerts, triggering pipelines, or syncing to external systems. The package is designed to run multiple event pipelines concurrently in a single process, each defined declaratively in YAML.
The framework depends on acryl-datahub as its core metadata client and uses standard Python libraries like click for CLI, pydantic for configuration validation, tenacity for retry logic, and PyYAML for configuration parsing. It targets developers and operators who want to automate responses to metadata changes without building custom integrations from scratch.
Use it for:
- Send Slack notifications when specific tags are added to datasets or when ownership changes occur.
- Automatically sync metadata changes from DataHub to external systems (data catalogs, BI tools, governance platforms).
- Trigger data pipeline runs or quality checks when entities are tagged with specific categories.
- Build custom audit logs or compliance workflows that react to metadata modifications in real time.
- Enrich incoming metadata events with additional context before forwarding them to downstream systems.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Acryl-datahub-actions is an event-driven automation framework that listens to real-time metadata changes in DataHub and triggers custom workflows, notifications, or API calls in response.
Yes, if you are running DataHub and need to automate responses to metadata changes. The package is actively maintained, has low install friction, carries a permissive license, and solves a real operational need. Start with the YAML-based quickstart to evaluate whether the built-in action types meet your use case; if not, the framework supports custom action development.
Install
acryl-datahub-actions on PyPI
pip
pip install acryl-datahub-actionsuv
uv add acryl-datahub-actionspoetry
poetry add acryl-datahub-actionsInstalling acryl-datahub-actions
Before you install
Low install friction with a pure Python wheel and no compiled dependencies. Active maintenance with a release on 2026-08-14 and 19 runtime dependencies that are well-established libraries (click, pydantic, tenacity, PyYAML).
License in practice
Apache-2.0 permissive license allows use in commercial and private projects with minimal restrictions; you must include a copy of the license and note any modifications.
Quickstart
pip install acryl-datahub acryl-datahub-actions
# Define my_action.yml with source (Kafka), filter, and action
datahub actions -c my_action.yml
Requires Python 3.10 or later; a running Kafka broker and DataHub instance are needed for the source and metadata events to flow.
Verify before relying
- Whether custom action development requires additional dependencies or setup beyond what the package provides.
- Performance characteristics and throughput limits when processing high-volume metadata change events.
- Availability and maturity of built-in action types beyond the 'hello_world' example shown in documentation.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 19 — prometheus-client, azure-identity, progressbar2, h11, PyYAML, ratelimit, toml, typing-inspect, tenacity, click, pydantic, python-dateutil, psycopg2-binary, httpcore, entrypoints, acryl-datahub, aws-msk-iam-sasl-signer-python, click-default-group, stackprinter |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 234,776/month — #9,017 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: acryl_datahub_actions-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-datahubDataHub's ingestion framework and CLI for…
permissive · top 5,000 on PyPI
datahubThis is a redirect package that installs…
permissive · top 15,000 on PyPI
acryl-datahub-airflow-pluginAutomatically captures pipeline lineage, task…
permissive · top 15,000 on PyPI
acryl-datahub-classifyPredicts sensitive data types (infotypes) in…
permissive · top 15,000 on PyPI
acryl-executorAcryl Executor runs DataHub metadata ingestion…
permissive · top 15,000 on PyPI
port-oceanPort Ocean is a CLI framework and runtime for…
permissive · top 15,000 on PyPI
azure-eventhubPublishes and consumes events from Azure Event…
unclear · top 5,000 on PyPI
apache-airflow-microsoft-fabric-pluginEnables Apache Airflow DAGs to trigger…
unclear · top 5,000 on PyPI
aa-structuresA Django app that integrates with Alliance Auth…
unclear · top 15,000 on PyPI