Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly committed Feb 1, 2024
1 parent 201b285 commit 219585e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/docs/docs/dbt-versions/upgrade-core-in-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Be sure to save your changes before navigating away.
Configure your project to use a different dbt Core version than what's configured in your [development environment](/docs/dbt-cloud-environments#types-of-environments). This _override_ only affects your user account, no one else's. Use this to safely test new dbt features before upgrading the dbt version for your projects.

1. From the gear menu, select **Profile settings**.
1. Choose **Credentials** from the sidebar and select a project.
1. Choose **Credentials** from the sidebar and select a project. This opens a side panel.
1. In the side panel, click **Edit** and scroll to the **User development settings** section. Choose a version from the **dbt version** dropdown and click **Save**. When saving, dbt Cloud automatically creates a `DBT_DEVELOP_CORE_VERSION` environment variable for this user-level override and lists it in the **Environment variables** section.

An example of overriding the configured version with 1.7 for the selected project:
Expand All @@ -31,6 +31,9 @@ Configure your project to use a different dbt Core version than what's configure

<Lightbox src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/choosing-dbt-version/example-verify-overridden-version.png" title="Example output showing version 1.7 being used, not 1.5"/>

1. If you upgrade the version for your development environment, make sure to delete the `DBT_DEVELOP_CORE_VERSION` environment variable from the **Environment variables** section in your project's credentials.


## Jobs

Each job in dbt Cloud can be configured to inherit parameters from the environment it belongs to.
Expand Down

0 comments on commit 219585e

Please sign in to comment.