Skip to content

Commit

Permalink
Change packages.yml example to use a specific release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Guindon committed Mar 11, 2019
1 parent 0df058e commit 8f247d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ This [dbt](https://github.com/fishtown-analytics/dbt) package contains macros th

To use dbt-utils:

1. Reference the package in your dbt project by creating a `packages.yml` file, which should contain the following:
1. Reference the package in your dbt project by creating a `packages.yml` file, which should look something like:

```
packages:
- git: "https://github.com/fishtown-analytics/dbt-utils.git"
revision: master
revision: 0.1.22
```
The revision key pins the dependency on a specific release of dbt-utils. Consult the [releases](https://github.com/fishtown-analytics/dbt-utils/releases) for information about the latest release.

2. Install the package by executing `dbt deps`

Detailed information on packages can be found in dbt's documentation in the [Package Management](https://docs.getdbt.com/docs/package-management) section.
Expand Down

0 comments on commit 8f247d5

Please sign in to comment.