[Bug] Unittests Fail with Quoted Source Table Columns in dbt Framework #11015
Labels
bug
Something isn't working
case_sensitivity
Issues related to dbt's case-sensitivity behavior
duplicate
This issue or pull request already exists
quoting
Issues related to dbt's quoting behavior
unit tests
Issues related to built-in dbt unit testing functionality
Is this a new bug in dbt-core?
Current Behavior
We have encountered an issue with the dbt unittests framework where our source table columns are quoted. During unit testing, these cases fail due to the unquoted column name being labeled as an "invalid identifier."
Expected Behavior
Unittests should pass successfully.
The framework should correctly identify and use quoted column names as specified in the source tables.
There should be no "invalid identifier" errors due to quoting issues.
Steps To Reproduce
Source Table:
Model:
Test:
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: