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
Describe the bug
Seems DB columns with upper case letters need to be quoted in postgres. DBT doesn't account for this (our version anyway) so not_null tests fail
To Reproduce
Steps to reproduce the behavior:
Change one of the demo data columns to have an upper-case leter in its name
Create a not_null test for this column
Run DOT
DOT will fail
Expected behavior
Should support columns with capital letters
The text was updated successfully, but these errors were encountered:
Describe the bug
Seems DB columns with upper case letters need to be quoted in postgres. DBT doesn't account for this (our version anyway) so not_null tests fail
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should support columns with capital letters
The text was updated successfully, but these errors were encountered: