From 428e15ae56e670e09f0dc4cf9c7ba10c42fec909 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:13:49 -0600 Subject: [PATCH 1/2] Package dependencies may be included in either `packages.yml`or `dependencies.yml` --- website/snippets/_packages_or_dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_packages_or_dependencies.md b/website/snippets/_packages_or_dependencies.md index 8d21768b0bf..87a6842c271 100644 --- a/website/snippets/_packages_or_dependencies.md +++ b/website/snippets/_packages_or_dependencies.md @@ -7,7 +7,7 @@ Starting from dbt v1.6, we added a new configuration file called `dependencies.y If your dbt project doesn't require the use of Jinja within the package specifications, you can simply rename your existing `packages.yml` to `dependencies.yml`. However, something to note is if your project's package specifications use Jinja, particularly for scenarios like adding an environment variable or a [Git token method](/docs/build/packages#git-token-method) in a private Git package specification, you should continue using the `packages.yml` file name. -Examine the following tabs to understand the differences and determine when should use to `dependencies.yml` or `packages.yml`. +Examine the following tabs to understand the differences and determine when should use to `dependencies.yml` or `packages.yml` (or both at the same time). From e834392e683346545c7d0da0c4150f646e08bf47 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:19:48 -0600 Subject: [PATCH 2/2] Fix sentence --- website/snippets/_packages_or_dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_packages_or_dependencies.md b/website/snippets/_packages_or_dependencies.md index 87a6842c271..3cd0361a099 100644 --- a/website/snippets/_packages_or_dependencies.md +++ b/website/snippets/_packages_or_dependencies.md @@ -7,7 +7,7 @@ Starting from dbt v1.6, we added a new configuration file called `dependencies.y If your dbt project doesn't require the use of Jinja within the package specifications, you can simply rename your existing `packages.yml` to `dependencies.yml`. However, something to note is if your project's package specifications use Jinja, particularly for scenarios like adding an environment variable or a [Git token method](/docs/build/packages#git-token-method) in a private Git package specification, you should continue using the `packages.yml` file name. -Examine the following tabs to understand the differences and determine when should use to `dependencies.yml` or `packages.yml` (or both at the same time). +Examine the following tabs to understand the differences and determine when to use `dependencies.yml` or `packages.yml` (or both at the same time).