# Fix deprecation warnings

dbt platform

You can address deprecation warnings in the dbt platform by finding and fixing them using the autofix tool in the Studio IDE. You can run the autofix tool on the [Compatible or Latest release track](../../dbt-versions/dbt-release-tracks.md) of dbt Core before you upgrade to Fusion!

To find and fix deprecations:

1. Navigate to the Studio IDE by clicking **Studio** in the left menu.

2. Make sure to save and commit your work before proceeding. The autofix tool may overwrite any unsaved changes.

3. Click the three-dot menu located at the bottom right corner of the Studio IDE.

4. Select **Check & fix deprecations**.

   [![Access the Studio IDE options menu to autofix deprecation warnings](/img/docs/dbt-platform/platform-ide/ide-options-menu-with-save.png?v=2 "Access the Studio IDE options menu to autofix deprecation warnings")](#)Access the Studio IDE options menu to autofix deprecation warnings

   The tool performs a `dbt parse —show-all-deprecations —no-partial-parse` to find the deprecations in your project.

5. If you don't see the deprecations and the **Autofix warnings** button, click the command history in the bottom left:

   [![Access recent commands to see the autofix button](/img/docs/dbt-platform/platform-ide/command-history.png?v=2 "Access recent commands to see the autofix button")](#)Access recent commands to see the autofix button

6. When the command history opens, click the **Autofix warnings** button:

   [![Learn what deprecations need to be auto fixed](/img/docs/dbt-platform/platform-ide/autofix-button.png?v=2 "Learn what deprecations need to be auto fixed")](#)Learn what deprecations need to be auto fixed

7. When the **Proceed with autofix** dialog opens, click **Continue** to begin resolving project deprecations and start a follow-up parse to show remaining deprecations.

   [![Proceed with autofix](/img/docs/dbt-platform/platform-ide/proceed-with-autofix.png?v=2 "Proceed with autofix")](#)Proceed with autofix

8. Once complete, a success message appears.

   (Applies to dbt v2.0 and later)

   After a successful `dbt parse` command, you'll see a **Compile** button to the right of the **Successfully resolved** result. Use **Compile** to compile your project from the results panel.

   [![Autofix success with Compile in the Fusion flow](/img/docs/dbt-platform/platform-ide/autofix-success-fusion-compile.png?v=2 "Autofix success with Compile in the Fusion flow")](#)Autofix success with Compile in the Fusion flow

   If successful, you'll see a **Successfully compiled** result. If you see any errors, review them and make any necessary changes.

9. Click **Commit and sync** in the top left of Studio IDE to commit these changes to the project repository.

10. You are now ready to enable Fusion if you [meet the requirements](../../fusion/supported-features.md#requirements)!

## Related docs

* [Quickstart guide](../../../guides.md)
* [About dbt](../about-platform/dbt-platform-features.md)
* [Develop in the Cloud](./develop-in-studio.md)

## Was this page helpful?

YesNo

[Privacy policy](https://www.getdbt.com/cloud/privacy-policy)[Create a GitHub issue](https://github.com/dbt-labs/docs.getdbt.com/issues)

This site is protected by reCAPTCHA and the Google [Privacy Policy](https://policies.google.com/privacy) and [Terms of Service](https://policies.google.com/terms) apply.
