Skip to content

Commit

Permalink
update read.me
Browse files Browse the repository at this point in the history
fix a typo, plus, macros now need to be scoped with the name of the package
  • Loading branch information
Stacey M authored May 15, 2018
1 parent 523db98 commit 37715ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ This macro implements an "outer union." The list of tables provided to this macr

Usage:
```
{{ macro union_tables(
tables=[ref('table_1', 'table_2')],
{{ dbt_utils.union_tables(
tables=[ref('table_1'), ref('table_2')],
column_override={"some_field": "varchar(100)"},
exclude=["some_other_field"]
) }}
Expand Down

0 comments on commit 37715ac

Please sign in to comment.