-
Notifications
You must be signed in to change notification settings - Fork 983
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What are you changing in this pull request and why? New option in dbt Cloud to override the dbt version used for projects. - Add new **Override dbt version** section to [Upgrade Core version in Cloud](https://docs.getdbt.com/docs/dbt-versions/upgrade-core-in-cloud) page - Create release note ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [x] Needs review from product eng Adding or removing pages (delete if not applicable): - ~~[ ] Add/remove page in `website/sidebars.js`~~ N/A autogenerated for release notes - [x] Provide a unique filename for new pages
- Loading branch information
Showing
4 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
website/docs/docs/dbt-versions/release-notes/72-Feb-2024/override-dbt-version.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "New: Override dbt version with new User development settings" | ||
description: "February 2024: Test new dbt features on your user account before safely upgrading the dbt version in your development environment." | ||
sidebar_label: "New: Override dbt version" | ||
sidebar_position: 10 | ||
tags: [Feb-2024] | ||
date: 2024-02-02 | ||
--- | ||
|
||
You can now [override the dbt version](/docs/dbt-versions/upgrade-core-in-cloud#override-dbt-version) that's configured for the development environment within your project and use a different version — affecting only your user account. This lets you test new dbt features without impacting other people working on the same project. And when you're satisfied with the test results, you can safely upgrade the dbt version for your project(s). | ||
|
||
Use the **dbt version** dropdown to specify the version to override with. It's available on your project's credentials page in the **User development settings** section. For example: | ||
|
||
<Lightbox src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/choosing-dbt-version/example-override-version.png" title="Example of overriding the dbt version on your user account"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+82.5 KB
...d/cloud-configuring-dbt-cloud/choosing-dbt-version/example-override-version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+477 KB
...onfiguring-dbt-cloud/choosing-dbt-version/example-verify-overridden-version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.