sweepai-dev / elementary

Open-source data observability for analytics engineers.
https://docs.elementary-data.com
Apache License 2.0
0 stars 0 forks source link

[DRAFT] [ELE-996] Fix column anomalies test for quoted column names #5

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR addresses issue ELE-996.

The issue occurs when the column names are quoted, causing a mismatch with the unquoted column names in the test_column_anomalies.sql file. This PR modifies the check in the test_column_anomalies.sql file to unquote the column names before testing. This ensures that the column names match regardless of whether they are quoted or not in the table.

Changes Made

Screenshots

N/A

Additional Context

Fixes #4.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/fix-column-anomalies-test