-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Describe the feature
dbt Labs has released dbt Fusion, a new Rust-based execution engine that replaces dbt Core's Python execution engine to provide significant performance improvements (up to 30x faster parsing) and native SQL understanding.
I would like to request that Recce adds support for dbt Fusion in addition to dbt Core.
This support would likely entail:
- Artifact Compatibility: Ensuring Recce can correctly parse and utilize artifacts (
manifest.json,catalog.json, etc.) generated by dbt Fusion, handling any potential schema differences. - CLI Support: Supporting the
dbtfCLI or the Fusion-enableddbtCLI for invoking dbt commands if Recce runs them internally. - Project Loading: Verifying that Recce can successfully load projects configured for Fusion (which may have stricter validation or different configuration flags).
Describe alternatives you've considered
No response
Who will this benefit?
This will benefit:
- Large dbt teams: Teams with massive projects who are adopting Fusion to reduce parse/compile times.
- CI/CD Pipelines: Organizations looking to speed up their CI checks; using Fusion for the run and Recce for the check would be the ideal fast-path.
- Early Adopters: Users utilizing the dbt VS Code extension and Fusion engine for local development.
Are you interested in contributing this feature?
No response
Anything else?
No response
Reactions are currently unavailable