[CT-2898] [Feature] Enable merge_exclude_columns
test for dbt-postgres
#8267
Labels
enhancement
New feature or request
merge_exclude_columns
test for dbt-postgres
#8267
Current Behavior
The source code here doesn't include
TestMergeExcludeColumns
like dbt-snowflake does here or dbt-redshift does here.This is because
merge
wasn't a supported incremental strategy for dbt-postgres until 1.6 and adding relevant functional tests was overlooked during implementation in #6951.Expected Behavior
e.g. I expected the end of the file to look like this:
Steps To Reproduce
See above for context.
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
Due to a misunderstanding how this feature should behave, I originally thought the expected output should look like this, but I was mistaken! dbt-labs/dbt-redshift#564 brought dbt-redshift in line with the behavior of other adapters.
The text was updated successfully, but these errors were encountered: