Supported features
Learn about the features supported by Fusion, including requirements and limitations.
When you install dbt, you get Fusion by default. There's no separate feature set to choose between — Fusion is just dbt, running faster, with more capability built in.
Requirements
To use Fusion in your project you must:
- Use a supported adapter and authentication method: Note that adapter lifecycle may differ between the dbt platform and local development. An adapter can reach GA in the dbt platform before it reaches GA for local use.
- Be able to run your project on the latest version of dbt Core v1.x with no deprecation warnings or errors.
- Migrate your Semantic Layer configurations to the latest YAML spec.
Parity with dbt Core v1.x
Fusion supports nearly all of dbt Core v1.x's capabilities today. Refer to Limitations below for the small number of gaps that remain.
Fusion has also removed some deprecated features and introduced more rigorous validation of erroneous project code compared to dbt Core v1.x. Refer to the Upgrade guide for details.
Features and capabilities
Fusion gives your team faster development workflows with semantic and syntax error detection, a faster linter, column-level lineage, language server and VS Code integration, docs v2 (full), and data diff. The dbt VS Code extension adds editor features like IntelliSense, hover info, and inline errors on top, powered by the LSP.
Most Fusion features work right away, with no login required. A few more unlock once you sign in with a dbt platform account — free to create, no paid plan needed. For the full free-vs-login breakdown, refer to Fusion availability. For LSP features specifically, refer to About dbt LSP. To stay up-to-date on the latest features, check out the Fusion diaries.
dbt platform features (like Advanced CI, dbt Mesh, and more) are the enterprise layer on top of Fusion — available no matter how you run dbt, depending on your dbt plan.
Limitations
If your project uses any of the following, you can still use Fusion, but full migration may not be possible yet:
- Models that rely on materialization features Fusion doesn't fully support, or that need configurations it's still missing
- Tooling that depends on dbt Core v1.x's exact log output — Fusion's logging system is still unstable and incomplete
- Workflows built around dbt platform features Fusion doesn't yet support, like model-level notifications
- Using the dbt VS Code extension in Cursor's Agent mode — lineage visualization only renders in Editor mode, so switch there if you need the full lineage tab
We have been moving quickly to implement many of these features ahead of General Availability. Read more about the path to GA, and track our progress in the dbt-fusion milestones.
| Loading table... |
Package support
To determine if a package is compatible with the dbt Fusion engine, visit the dbt package hub and look for the Fusion-compatible badge, or review the package's require-dbt-version configuration.
-
Packages with a
require-dbt-versionthat equals or contains2.0.0are compatible with Fusion. For example,require-dbt-version: ">=1.10.0,<3.0.0".Even if a package doesn't reflect compatibility in the package hub, it may still work with Fusion. Work with package maintainers to track updates, and thoroughly test packages that aren't clearly compatible before deploying.
-
Package maintainers who would like to make their package compatible with Fusion can refer to the Fusion package upgrade guide for instructions.
Fivetran package considerations:
- The Fivetran
sourceandtransformationpackages have been combined into a single package. - If you manually installed source packages like
fivetran/github_source, you need to ensurefivetran/githubis installed and deactivate the transformation models.
Package compatibility messages
dbt-autofix logsFusion warnings and dbt-autofix logs may show different messages about package compatibility.
If you use dbt-autofix while upgrading to Fusion in the Studio IDE or dbt VS Code extension, you may see different messages about package compatibility between dbt-autofix and Fusion warnings.
Here's why:
- Fusion warnings are emitted based on a package's
require-dbt-versionand whetherrequire-dbt-versioncontains2.0.0. - Some packages are already Fusion-compatible even though package maintainers haven't yet updated
require-dbt-version. dbt-autofixknows about these compatible packages and will not try to upgrade a package that it knows is already compatible.
This means that even if you see a Fusion warning for a package that dbt-autofix identifies as compatible, you don't need to change the package.
The message discrepancy is temporary while we implement and roll out dbt-autofix's enhanced compatibility detection to Fusion warnings.
Here's an example of a Fusion warning in the Studio IDE that says a package isn't compatible with Fusion but dbt-autofix indicates it is compatible:
dbt1065: Package 'dbt_utils' requires dbt version [>=1.30,<2.0.0], but current version is 2.0.0-preview.72. This package may not be compatible with your dbt version. dbt(1065) [Ln 1, Col 1]
More information about Fusion
- About the dbt extension
- Supported features matrix
- Install dbt
- Quickstart for Fusion
- Upgrade guide
- Fusion license agreement
Was this page helpful?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.