We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b394c4 commit 7819b9dCopy full SHA for 7819b9d
CHANGELOG.md
@@ -12,10 +12,12 @@
12
## Fixes
13
- deduplicate macro for Databricks now uses the QUALIFY clause, which fixes NULL columns issues from the default natural join logic
14
- deduplicate macro for Redshift now uses the QUALIFY clause, which fixes NULL columns issues from the default natural join logic
15
+- union_relations macro outputs '*' in compile mode when the upstream relations haven't been built, such as when running SQLFluff on new models
16
17
## Contributors:
18
[@graciegoheen](https://github.com/graciegoheen)
19
[@yauhen-sobaleu](https://github.com/yauhen-sobaleu)
20
+[@martinshjung](https://github.com/martinshjung)
21
22
# dbt utils v1.1.1
23
## New features
0 commit comments