Homebrew tap for the DataHub CLI.
brew install datahub-project/tap/datahub
datahub --version(First-time users can equivalently brew tap datahub-project/tap && brew install datahub.)
This formula installs the core CLI only — connectors (Snowflake, BigQuery, Looker, etc.) are not bundled, to keep the install lean. To add connectors, install them into the brew-managed venv:
$(brew --prefix datahub)/libexec/bin/pip install 'acryl-datahub[snowflake,bigquery,looker]'The full list of available extras lives at https://pypi.org/project/acryl-datahub/.
A scheduled workflow polls PyPI hourly and opens a PR via brew bump-formula-pr
when a new acryl-datahub release lands. Resources are refreshed automatically.
Apache-2.0. The formula wraps the upstream
acryl-datahub package from the
datahub-project/datahub repo.