DataHub Python Builds

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

Build context

Built at 2025-12-17T07:30:12.219519+00:00.

{
  "timestamp": "2025-12-17T07:30:12.219519+00:00",
  "branch": "feature/bigquery-pushdown-user-filter",
  "commit": {
    "hash": "f0711f39a22892164e84f250200eb03a6bfc6bc5",
    "message": "fix(bigquery): Fix SQL injection vulnerability in pushdown_user_filter\n\nAddress security review feedback:\n\n1. SQL Injection Prevention:\n   - Switch from raw strings (r'...') to regular string literals\n   - Properly escape backslashes first, then single quotes\n   - This prevents quote breakout attacks like: test') OR 1=1 --\n\n2. Improved Allow-All Pattern Detection:\n   - Add _is_allow_all_pattern() helper function\n   - Recognize common allow-all patterns: .*, .+, ^.*$, ^.+$\n   - Reduces unnecessary filtering overhead\n\n3. Add Security Tests:\n   - Quote breakout SQL injection attempts\n   - Backslash-quote escape bypass attempts\n   - Multiple backslash edge cases\n   - Full integration security test\n\n4. Add Helper Function Tests:\n   - TestEscapeForBigQueryString class\n   - TestIsAllowAllPattern class"
  },
  "pr": {
    "number": 15699,
    "title": "feat(bigquery): Add pushdown_user_filter option to push user_email_pattern filtering to BigQuery SQL for improved performance",
    "url": "https://github.com/datahub-project/datahub/pull/15699"
  }
}

Usage

Current base URL: unknown

Package Size Install command
acryl-datahub 2.575 MB uv pip install 'acryl-datahub @ <base-url>/artifacts/wheels/acryl_datahub-0.0.0.dev1-py3-none-any.whl'
acryl-datahub-actions 0.101 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.039 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.019 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.010 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'