Skip to content

[Feature] Support dbt Fusion execution engine #1053

@yu-iskw

Description

@yu-iskw

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:

  1. Artifact Compatibility: Ensuring Recce can correctly parse and utilize artifacts (manifest.json, catalog.json, etc.) generated by dbt Fusion, handling any potential schema differences.
  2. CLI Support: Supporting the dbtf CLI or the Fusion-enabled dbt CLI for invoking dbt commands if Recce runs them internally.
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriageTriage required

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions