Skip to content

Commit

Permalink
Merge pull request #20 from ScalefreeCOM/hotfix-v1.0.1
Browse files Browse the repository at this point in the history
Update packages.yml
  • Loading branch information
tkirschke authored Oct 20, 2022
2 parents 143136e + 4e4881a commit 41f5a61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@ We are working continuously at high pressure to adapt the package for large vari
---


## Installation
Datavault4dbt is not yet listed on dbt Hub, but we are working hard to get it there. Until then, you can still experience datavault4dbt by installing via Git. Just add the following lines to your packages.yml:
## Installation instructions

packages:
- git: "https://github.com/ScalefreeCOM/datavault4dbt.git"
revision: 1.0.0
1. Include this package in your `packages.yml` -- check [here](https://hub.getdbt.com/scalefreecom/datavault4dbt/latest/)
for installation instructions.
2. Run `dbt deps`

For further information on how to install packages in dbt, please visit the following link:
[https://docs.getdbt.com/docs/building-a-dbt-project/package-management](https://docs.getdbt.com/docs/building-a-dbt-project/package-management#how-do-i-add-a-package-to-my-project)
Expand Down
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: dbt-labs/dbt_utils
version: [">=0.8.0", "<0.9.0"]
version: [">=0.8.0", "<1.0.0"]

0 comments on commit 41f5a61

Please sign in to comment.