Skip to content

Commit

Permalink
Include installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
clrcrl committed Jun 15, 2020
1 parent b0ed321 commit 7abff53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Useful macros when performing data audits
* [compare_column_values](#compare_column_values-source)
* [compare_relation_columns](#compare_relation_columns-source)

# Installation instructions
New to dbt packages? Read more about them [here](https://docs.getdbt.com/docs/building-a-dbt-project/package-management/).
1. Include this package in your `packages.yml` file — check [here](https://hub.getdbt.com/fishtown-analytics/segment/latest/) for the latest version number.
2. Run `dbt deps` to install the package.

# Macros
## compare_relations ([source](macros/compare_relations.sql))
This macro generates SQL that can be used to do a row-by-row validation of two
Expand Down

0 comments on commit 7abff53

Please sign in to comment.