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

[ELE-996] Defining quote: true on columns fails the column anomalies tests #913

Open
elongl opened this issue Jun 3, 2023 · 0 comments · May be fixed by elementary-data/dbt-data-reliability#466
Labels
Bug Something isn't working Community Created by Linear-GitHub Sync

Comments

@elongl
Copy link
Member

elongl commented Jun 3, 2023

Describe the bug
We have a check here in which we read the table's columns and validate that the column you're testing actually exists.
We're making the comparison with a quoted column on one side and an unquoted one on the other and hence the issue.

To Reproduce
Add quote: true to a column.

** Solution**
We can solve this by doing one of two things:

  1. Remove this check. The test will crash regardless if the column doesn't exist, however it'll be less indicative that this is the issue.
  2. Unquote the columns upon testing.
image

Additional context

ELE-996

@elongl elongl added Bug Something isn't working Community Created by Linear-GitHub Sync labels Jun 3, 2023
@elongl elongl changed the title Defining quote: true on columns fails the column anomalies tests [ELE-996] Defining quote: true on columns fails the column anomalies tests Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Community Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant