Skip to content

Commit

Permalink
Small fixes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
clrcrl committed Jul 3, 2019
1 parent 2addcfb commit 85848f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Arguments:

## compare_queries ([source](macros/compare_queries.sql))
Super similar to `compare_relations`, except it takes two select statements. This macro is useful when:
* You need to filter out records from one of the relations
* You need to rename or recast some columns to get them to match up
* You only want to compare a small number of column, so it's easier write the columns you want to compare, rather than the columns you want to exclude,
* You need to filter out records from one of the relations.
* You need to rename or recast some columns to get them to match up.
* You only want to compare a small number of columns, so it's easier write the columns you want to compare, rather than the columns you want to exclude.

```sql
{# in dbt Develop #}
Expand Down Expand Up @@ -96,4 +96,3 @@ Super similar to `compare_relations`, except it takes two select statements. Thi
# To-do:
* Macro to check if two models have the same structure
* Macro to check if two schemas contain the same relations
* Extend `compare_relations` macro to handle edge cases

0 comments on commit 85848f1

Please sign in to comment.