-
Notifications
You must be signed in to change notification settings - Fork 977
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release note for ide dbt deps (#4243)
pr adds new release note for ide dbt deps change
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.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,21 @@ | ||
--- | ||
title: "Enhancement: dbt Cloud auto-installs 'dbt deps' on startup" | ||
description: "October 2023 :The dbt Cloud IDE and dbt Cloud CLI auto-handles 'dbt deps' on startup; manual run needed for 'packages.yml' changes. Available for multi-tenant users (single-tenant support coming soon) and applies to all dbt versions." | ||
sidebar_label: "Enhancement: dbt Cloud auto-installs 'dbt deps' on startup" | ||
tags: [Oct-2023, IDE] | ||
date: 2023-10-17 | ||
sidebar_position: 06 | ||
--- | ||
|
||
The dbt Cloud IDE and dbt Cloud CLI now automatically installs `dbt deps` when your environment starts or when necessary. Previously, it would prompt you to run `dbt deps` during initialization. | ||
|
||
This improved workflow is available to all multi-tenant dbt Cloud users (Single-tenant support coming next week) and applies to dbt versions. | ||
|
||
However, you should still run the `dbt deps` command in these situations: | ||
|
||
- When you make changes to the `packages.yml` or `dependencies.yml` file. | ||
- When you update the package version in the `packages.yml` or `dependencies.yml` file. (From dbt v1.7 or higher) | ||
- If you edit the `dependencies.yml` file and the number of packages remains the same, run `dbt deps`. (Note that this is a known bug dbt Labs will fix in the future.) | ||
|
||
|
||
|