From e31d3f3779d25f1bf3515e0a2508378ad02f3665 Mon Sep 17 00:00:00 2001 From: Jamie Rosenberg Date: Sun, 13 Mar 2022 15:43:19 +1100 Subject: [PATCH] very minor nit - update "an new" to "a new" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f707a376..114c12c4 100644 --- a/README.md +++ b/README.md @@ -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:**