DataHub Python Builds

These prebuilt wheel files can be used to install our Python packages as of a specific commit.

Build context

Built at 2026-03-25T11:41:38.911022+00:00.

{
  "timestamp": "2026-03-25T11:41:38.911022+00:00",
  "branch": "fix/actions-async-commit-bug",
  "commit": {
    "hash": "847ea3ce00778b1511f4496cb7d7b71126aad82d",
    "message": "fix(actions): make async_commit_enabled actually use async commits\n\nThe `ack()` method in `KafkaEventSource` had a logic error where the\ncondition `if processed or not self.source_config.async_commit_enabled`\nshort-circuited to synchronous commits whenever `processed=True` \u2014\nwhich is the case for every normally processed event. This made the\n`async_commit_enabled` config flag effectively dead code.\n\nThe constructor correctly configured librdkafka for the \"manual store +\nauto commit\" pattern (enable.auto.offset.store=False,\nenable.auto.commit=True), but `ack()` never reached the\n`_store_offsets()` path for processed events.\n\nThe fix changes the condition to branch solely on\n`async_commit_enabled`, so sync mode always does synchronous commits\nand async mode always stores offsets for periodic background commit.\n\nBenchmarked at 25x throughput improvement (326 -> 8,200 events/sec\non a single pod with a noop action) when async commits work correctly.\n\nMade-with: Cursor"
  },
  "base": {
    "hash": "695183b8c0a88f81d05a763bc79a1f6b29bc16f6",
    "message": "build(ingest): bump python-liquid from <2 to >=2.0.0,<3.0.0 (#16697)"
  },
  "pr": {
    "number": 16776,
    "title": "fix(actions): make async_commit_enabled actually use async offset commits",
    "url": "https://github.com/datahub-project/datahub/pull/16776"
  }
}

Usage

Current base URL: unknown

Package Size Install command
acryl-datahub 3.417 MB uv pip install 'acryl-datahub @ <base-url>/artifacts/wheels/acryl_datahub-0.0.0.dev1-py3-none-any.whl'
acryl-datahub-actions 0.105 MB uv pip install 'acryl-datahub-actions @ <base-url>/artifacts/wheels/acryl_datahub_actions-0.0.0.dev1-py3-none-any.whl'
acryl-datahub-airflow-plugin 0.108 MB uv pip install 'acryl-datahub-airflow-plugin @ <base-url>/artifacts/wheels/acryl_datahub_airflow_plugin-0.0.0.dev1-py3-none-any.whl'
acryl-datahub-dagster-plugin 0.020 MB uv pip install 'acryl-datahub-dagster-plugin @ <base-url>/artifacts/wheels/acryl_datahub_dagster_plugin-0.0.0.dev1-py3-none-any.whl'
acryl-datahub-gx-plugin 0.011 MB uv pip install 'acryl-datahub-gx-plugin @ <base-url>/artifacts/wheels/acryl_datahub_gx_plugin-0.0.0.dev1-py3-none-any.whl'
prefect-datahub 0.011 MB uv pip install 'prefect-datahub @ <base-url>/artifacts/wheels/prefect_datahub-0.0.0.dev1-py3-none-any.whl'