These prebuilt wheel files can be used to install our Python packages as of a specific commit.
Built at 2026-03-25T11:32:06.350396+00:00.
{
"timestamp": "2026-03-25T11:32:06.350396+00:00",
"branch": "fix/actions-async-commit-bug",
"commit": {
"hash": "949d679963bc76f0ee8a8f0c06658f6ae4d52cf4",
"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"
}
}
Current base URL: unknown
| Package | Size | Install command |
|---|---|---|
acryl-datahub |
3.416 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' |