From 2af54467872020b9fd4aad73c36c6682b55fe675 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Tue, 10 Oct 2023 16:49:44 +0100 Subject: [PATCH 1/6] release note for ide dbt deps --- .../03-Oct-2023/dbt-deps-auto-install.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md new file mode 100644 index 00000000000..7d6d4966c86 --- /dev/null +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md @@ -0,0 +1,12 @@ +--- +title: "Enhancement: The dbt Cloud IDE auto-installs 'dbt deps' on startup" +description: "October 2023 :The dbt Cloud IDE 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: "Update: IDE auto-installs 'dbt deps' on startup" +tags: [Oct-2023, IDE] +date: 2023-10-11 +sidebar_position: 08 +--- + +The dbt Cloud IDE now automatically installs `dbt deps` when your environment starts or when necessary. Previously, it would prompt you to run `dbt deps` during initialization. However, you still need to run `dbt deps` if you modify your `packages.yml` file. + +This improved workflow is available to all multi-tenant dbt Cloud users (Single-tenant support coming next week) and applies to dbt versions. From c5890eb56649e2fe064a15351a16b333dcef4d8e Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:52:04 +0100 Subject: [PATCH 2/6] Update website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md --- .../release-notes/03-Oct-2023/dbt-deps-auto-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md index 7d6d4966c86..0af27ca668c 100644 --- a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md @@ -1,7 +1,7 @@ --- title: "Enhancement: The dbt Cloud IDE auto-installs 'dbt deps' on startup" description: "October 2023 :The dbt Cloud IDE 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: "Update: IDE auto-installs 'dbt deps' on startup" +sidebar_label: "Enhancement: IDE auto-installs 'dbt deps' on startup" tags: [Oct-2023, IDE] date: 2023-10-11 sidebar_position: 08 From 484a2fb8c19df1f7f75e5748e430def193c06ef5 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:30:12 +0100 Subject: [PATCH 3/6] Update dbt-deps-auto-install.md --- .../release-notes/03-Oct-2023/dbt-deps-auto-install.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md index 0af27ca668c..da183714c4f 100644 --- a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md @@ -1,12 +1,12 @@ --- -title: "Enhancement: The dbt Cloud IDE auto-installs 'dbt deps' on startup" -description: "October 2023 :The dbt Cloud IDE 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: IDE auto-installs 'dbt deps' on startup" +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-11 +date: 2023-10-13 sidebar_position: 08 --- -The dbt Cloud IDE now automatically installs `dbt deps` when your environment starts or when necessary. Previously, it would prompt you to run `dbt deps` during initialization. However, you still need to run `dbt deps` if you modify your `packages.yml` file. +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. However, you still need to run `dbt deps` if you modify your `packages.yml` or `dependencies.yml` file. This improved workflow is available to all multi-tenant dbt Cloud users (Single-tenant support coming next week) and applies to dbt versions. From eff421faa6a87b77b475aa434c595ae0f8a28abf Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Sat, 14 Oct 2023 06:50:05 +0100 Subject: [PATCH 4/6] Update dbt-deps-auto-install.md --- .../release-notes/03-Oct-2023/dbt-deps-auto-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md index da183714c4f..a2ac8e3c072 100644 --- a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md @@ -4,7 +4,7 @@ description: "October 2023 :The dbt Cloud IDE and dbt Cloud CLI auto-handles 'db sidebar_label: "Enhancement: dbt Cloud auto-installs 'dbt deps' on startup" tags: [Oct-2023, IDE] date: 2023-10-13 -sidebar_position: 08 +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. However, you still need to run `dbt deps` if you modify your `packages.yml` or `dependencies.yml` file. From 04dcac4fbdc85c6993ee48bd5e01817b6d353fa6 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:00:41 -0400 Subject: [PATCH 5/6] Update website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md --- .../release-notes/03-Oct-2023/dbt-deps-auto-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md index a2ac8e3c072..1d43fa1f754 100644 --- a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md @@ -3,7 +3,7 @@ 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-13 +date: 2023-10-17 sidebar_position: 06 --- From 949d2f6c56f8d04fc373c95626b485c16fc05d30 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:32:18 -0400 Subject: [PATCH 6/6] Update dbt-deps-auto-install.md add greg's note --- .../03-Oct-2023/dbt-deps-auto-install.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md index 1d43fa1f754..33d13c44517 100644 --- a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/dbt-deps-auto-install.md @@ -7,6 +7,15 @@ 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. However, you still need to run `dbt deps` if you modify your `packages.yml` or `dependencies.yml` file. +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.) + + +