registry: add dbt-fusion (aqua:getdbt.com/dbt-fusion)#8837
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request adds a new registry configuration for dbt-fusion. The review feedback suggests correcting the aqua backend package ID to follow the standard owner/repo format and adding a detection rule for dbt_project.yml files to enhance tool discoverability.
Greptile SummaryThis PR adds
Confidence Score: 5/5Safe to merge — both files are well-formed registry additions with no logic errors or security issues. The only finding is P2: the version-source repo is a personal account rather than an official org, which is an established and already-accepted pattern in this codebase (see atlassian.com/acli). No P0/P1 issues found. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant mise
participant GitHub as ryan-pip/dbt-fusion-versions (GitHub Tags)
participant CDN as public.cdn.getdbt.com
User->>mise: mise install dbt-fusion
mise->>GitHub: Fetch available version tags
GitHub-->>mise: [v0.1.0, v0.2.0, ...]
mise->>CDN: GET /fs/cli/fs-{version}-{arch}-{os}.tar.gz
CDN-->>mise: Binary archive (tar.gz)
mise->>mise: Extract → expose `dbt` binary
mise-->>User: dbt-fusion installed ✓
Reviews (2): Last reviewed commit: "registry: add getdbt.com/dbt-fusion aqua..." | Re-trigger Greptile |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### 🚀 Features - **(install)** add per-tool install_before option by @sargunv-headway in [#8842](#8842) ### 🐛 Bug Fixes - **(cli)** respect `-q` flag in `mise prepare` command by @Marukome0743 in [#8792](#8792) - fall back to compile-time musl detection when no system linker found by @davireis in [#8825](#8825) ### 📚 Documentation - fix GitHub capitalization in Alpine docs by @Rohan5commit in [#8844](#8844) ### 📦 Registry - add dbt-fusion ([aqua:getdbt.com/dbt-fusion](https://github.com/getdbt.com/dbt-fusion)) by @ryan-pip in [#8837](#8837) ### New Contributors - @Marukome0743 made their first contribution in [#8792](#8792) - @sargunv-headway made their first contribution in [#8842](#8842) - @Rohan5commit made their first contribution in [#8844](#8844) - @ryan-pip made their first contribution in [#8837](#8837) - @rndmh3ro made their first contribution in [#8839](#8839) ## 📦 Aqua Registry Updates #### New Packages (1) - [`azu/dockerfile-pin`](https://github.com/azu/dockerfile-pin) #### Updated Packages (4) - [`anthropics/claude-code`](https://github.com/anthropics/claude-code) - [`dandavison/delta`](https://github.com/dandavison/delta) - [`goreleaser/goreleaser`](https://github.com/goreleaser/goreleaser) - [`zellij-org/zellij`](https://github.com/zellij-org/zellij)
Summary
dbt-fusionto the mise registry via the aqua backendaqua:getdbt.com/dbt-fusiondbtdbt-fusion <version>This PR was created with Claude Code.