Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Columns with upper-case letters break not_null tests #48

Open
dividor opened this issue Dec 4, 2022 · 0 comments
Open

Columns with upper-case letters break not_null tests #48

dividor opened this issue Dec 4, 2022 · 0 comments

Comments

@dividor
Copy link
Contributor

dividor commented Dec 4, 2022

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:

  1. Change one of the demo data columns to have an upper-case leter in its name
  2. Create a not_null test for this column
  3. Run DOT
  4. DOT will fail

Expected behavior
Should support columns with capital letters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant