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-04-30T19:42:34.586613+00:00.

{
  "timestamp": "2026-04-30T19:42:34.586613+00:00",
  "branch": "oracle-thick-mode-linux-preload",
  "commit": {
    "hash": "39b6ba6b48cdd098e6107a16dfbe814ad12ddb5c",
    "message": "fix(ingest/oracle): make thick_mode_lib_dir work on Linux via ctypes preload\n\nOracle ships libclntsh.so on Linux without RUNPATH=$ORIGIN, so even when\npython-oracledb dlopens it via an absolute path (the lib_dir branch), the\nloader still resolves its DT_NEEDED deps (libnnz*, libclntshcore, libons,\n...) through LD_LIBRARY_PATH / ld.so.cache. Hosts without those configured\nfall over with DPI-1047. Setting LD_LIBRARY_PATH from Python doesn't help\nbecause glibc reads it once at process startup.\n\nPreload every .so in thick_mode_lib_dir with ctypes.CDLL(path, RTLD_GLOBAL)\nbefore init_oracle_client(). Once the deps are mapped, the linker resolves\nthem by SONAME on the subsequent dlopen() inside ODPI-C. Effect is per\nprocess; nothing escapes the worker.\n\nSee https://github.com/oracle/python-oracledb/issues/578.\n\nMade-with: Cursor"
  },
  "base": {
    "hash": "e83d5ceb950b482153bb154ad39cd58fe1e79833",
    "message": "docs(): Adding agents user guide (#17260)\n\nCo-authored-by: John Joyce "
  },
  "pr": {
    "number": 17265,
    "title": "fix(ingest/oracle): make thick_mode_lib_dir work on Linux via ctypes preload",
    "url": "https://github.com/datahub-project/datahub/pull/17265"
  }
}

Usage

Current base URL: unknown

Package Size Install command
acryl-datahub 3.640 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'