You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
* Use QUALIFY clause in `deduplicate` macro for Redshift by @yauhen-sobaleu in https://github.com/dbt-labs/dbt-utils/pull/811
17
17
* get redshift external tables by @brendan-cook-87 in https://github.com/dbt-labs/dbt-utils/pull/753
18
18
* Equality test will now raise an error when the second model has less columns than the first by @rlh1994 in https://github.com/dbt-labs/dbt-utils/pull/765
19
+
* union_relations macro now outputs '*' in compile mode when the upstream relations haven't been built, such as when running SQLFluff on new models
19
20
20
21
### Documentation
21
22
@@ -43,6 +44,7 @@
43
44
*@yamotech made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/876
44
45
*@PChambino made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/853
45
46
*@pruoff made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/856
47
+
*@martinshjung made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/832/
0 commit comments