From 2af54467872020b9fd4aad73c36c6682b55fe675 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Tue, 10 Oct 2023 16:49:44 +0100 Subject: [PATCH] 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.