Skip to content

Commit

Permalink
Merge pull request #198 from elementary-data/release/0.6.6
Browse files Browse the repository at this point in the history
release/0.6.6
  • Loading branch information
elongl authored Dec 19, 2022
2 parents b93587a + e66bd06 commit bbec651
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,44 @@ To learn more, refer to our [main repo »](https://github.com/elementary-data/el

Add to your `packages.yml` according to your dbt version:

```yml
**For dbt >1.3.0:**

```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.6.5
version: 0.6.6
## Docs: https://docs.elementary-data.com
```

**For dbt >=1.2.0, <1.3.0:**

```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.6.6
## Docs: https://docs.elementary-data.com

## !! Important !! For dbt >=1.2.0 \<1.3.0 ##
## (Prevents dbt_utils versions exceptions) ##
- package: dbt-labs/dbt_utils
version: [">=0.8.0", "<1.0.0"]
```
**For dbt >=1.0.0, <1.2.0:**
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.6.6
## Docs: https://docs.elementary-data.com

## !! Important !! For dbt <1.2.0 ##
## (Prevents dbt_utils versions exceptions) ##
- package: dbt-labs/dbt_utils
version: [">=0.8.0", "<0.9.0"]
```
After adding to `packages.yml` and running `dbt deps`, add to your ```dbt_project.yml```:
```yml
models:
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "elementary"
version: "0.6.5"
version: "0.6.6"

require-dbt-version: [ ">=1.0.0", "<2.0.0" ]

Expand Down

0 comments on commit bbec651

Please sign in to comment.