Hello!
Wondering if anyone has experience with creating data quality rules for values in joined tables.
For example, we have 2 tables (Table A and B), related to each other through a shared attribute. I want a data quality rule where the value of a column in table A must be lower than the value of a column in Table B. My only idea for this is to create a SQL catalog item joining the two tables, and creating a dq rule on the SQL catalog item. This works, but has flaws, I can’t have this data quality rule contribute to the overall data quality of Table A, nor will users who find this table in the catalog know of all the identified data quality issues.
Does anyone have a better way of doing this, or is there a built-in tool I’m not familiar with that anyone has used?
Thanks!