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
Feature: Add option to remove the source_column_name on the union_relations macro (#624)
* Changed the union macro to function with `none` as an argument
* Updated the README with the new functionality
* Added to the CHANGELOG
* Update README.md
* Added integration test for omitting source column on union_relations macro
* Update integration_tests/tests/generic/expect_table_columns_to_match_set.sql
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@
8
8
## Contributors:
9
9
--->
10
10
11
+
# Unreleased
12
+
13
+
## New features
14
+
- New feature to omit the `source_column_name` column on the `union_relations` macro ([#331](https://github.com/dbt-labs/dbt-utils/issues/331), [#624](https://github.com/dbt-labs/dbt-utils/pull/624))
0 commit comments