Skip to content

Commit

Permalink
very minor nit - update "an new" to "a new" (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieRosenberg-canva authored Mar 14, 2022
1 parent 3c83bf4 commit b000d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ from {{ ref('my_model') }}
This macro unions together an array of [Relations](https://docs.getdbt.com/docs/writing-code-in-dbt/class-reference/#relation),
even when columns have differing orders in each Relation, and/or some columns are
missing from some relations. Any columns exclusive to a subset of these
relations will be filled with `null` where not present. An new column
relations will be filled with `null` where not present. A new column
(`_dbt_source_relation`) is also added to indicate the source for each record.

**Usage:**
Expand Down

0 comments on commit b000d8b

Please sign in to comment.