From 219585e5ce18806217c30af1aa07204f207e2f79 Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Thu, 1 Feb 2024 09:41:58 -0800 Subject: [PATCH] Feedback --- website/docs/docs/dbt-versions/upgrade-core-in-cloud.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/upgrade-core-in-cloud.md b/website/docs/docs/dbt-versions/upgrade-core-in-cloud.md index 9a113590907..0ab84934a58 100644 --- a/website/docs/docs/dbt-versions/upgrade-core-in-cloud.md +++ b/website/docs/docs/dbt-versions/upgrade-core-in-cloud.md @@ -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: @@ -31,6 +31,9 @@ Configure your project to use a different dbt Core version than what's configure +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.