Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin authored Mar 7, 2018
1 parent 54b0f55 commit 4dc9b67
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# dbt-utils

This package contains macros that can be (re)used across dbt projects. To use these macros, add this package as a dependency in your `dbt_project.yml` file:

```yml
repositories:
# Be sure to replace VERSION_NUMBER below!
- https://github.com/fishtown-analytics/dbt-utils.git@VERSION_NUMBER
```
It's a good practice to "tag" your dependencies with version numbers. You can find the latest release of this package [here](https://github.com/fishtown-analytics/dbt-utils/tags).
This package contains macros that can be (re)used across dbt projects.

## Macros
### Cross-database
Expand Down

0 comments on commit 4dc9b67

Please sign in to comment.