Skip to content

Commit

Permalink
Package dependencies may be included in either packages.ymlor `depe…
Browse files Browse the repository at this point in the history
…ndencies.yml`
  • Loading branch information
dbeatty10 authored Sep 6, 2024
1 parent 10b4d99 commit 428e15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/snippets/_packages_or_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Tabs>
<TabItem value="project" label="When to use Project dependencies">
Expand Down

0 comments on commit 428e15a

Please sign in to comment.