Unit Tests in 1.8.1 do not honor quoting on the descriptors for columns #10269
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
unit tests
Issues related to built-in dbt unit testing functionality
Is this a new bug in dbt-core?
Current Behavior
I have a pipeline using dbt-core 1.8.1 and dbt-postgres 1.8.1. The source data is imported from a SQL Server system so the column and table names have cased names.
I created a simple unit tests for a coalesce and it fails with
The rest of the pipeline works fine, just the unit test fails.
Expected Behavior
The expectation is that if you have quoted identifiers configured that the unit test would properly handle those columns.
Steps To Reproduce
dbt_project.yml
containsThe model is defined as such
The
yaml
descriptor isRelevant log output
Environment
Which database adapter are you using with dbt?
postgres
Additional Context
No response
The text was updated successfully, but these errors were encountered: