Upgrade to Fusion Preview
After installing the dbt VS Code extension, use the Get started panel to upgrade your project to the dbt Fusion engine if you haven't already done so.
If you are already running the dbt Fusion engine, you must be on version 2.0.0-beta.66 or higher to use the upgrade tool.
The dbt extension provides two ways to upgrade your project to Fusion from the Get started panel:
- Agentic migration: Runs the dbt Core-to-Fusion migration with or AI agents. Select this option in the Check Fusion compatibility step. Requires or AI agents.
- Manual CLI onboarding: Walks you through the upgrade in your terminal. Use this if you prefer the CLI or don't use or AI agents.
Agentic migration
- Select Start with an agent from the Check Fusion compatibility step.
- The extension installs the Migrate dbt Core to Fusion agent skill to your editor's skill folder, then opens your AI chat with a migration prompt.
- Click Install & open chat to continue. The chat opens with the migration prompt already loaded, so you can run it directly from the editor. No CLI commands are required.
Manual CLI onboarding
The Get started panel has an upgrade assistant that guides you through the upgrade process in your terminal.
You can start manual onboarding in either of the following ways:
- From the Get started panel
- From your terminal
- From the Get started panel, select Start manually in CLI in the Check Fusion compatibility step.
- Follow the prompts in the upgrade assistant to complete the upgrade.
- Run
dbtf compileto verify your project is ready for Fusion.
Once the upgrade is completed, you're ready to dive into all the features that the dbt Fusion engine has to offer!
Next, sign in or register for a dbt platform account to keep using advanced features after the 14-day trial.
-
From your terminal, run:
dbt init --fusion-upgrade
The upgrade tool guides you through a series of prompts:
There are cases where dbt-autofix may not resolve all errors and requires manual intervention. For those cases, the dbt-autofix tool provides an AI Agents.md file to help AI agents continue the migration work after dbt-autofix has completed its part.
Once the upgrade is completed, you're ready to dive into all the features that the dbt Fusion engine has to offer!
Next, sign in or register for a dbt platform account to keep using advanced features after the 14-day trial.
Next steps
Once you've upgraded your project to Fusion, you can:
- Sign in or register for a dbt platform account to keep using advanced features after the 14-day trial.
- Configure your local environment to mirror your dbt platform environment and set environment variables required by your project.
- Compare changes locally to preview data changes caused by your local edits.
- Review the limitations and unsupported features.
Was this page helpful?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

