Skip to content

Data Quality checks failing with weird error #15

Discussion options

You must be logged in to vote

Found the issue. It was due to "unexpected_rows_pk" key. I was passing single column which was not unique across my dataset. However when I passed the combination of two columns, everything worked fine.
"unexpected_rows_pk": ["BELNR","BUZEI"],

Error throwed me off and I was focused on finding issue in dq_functions.
Btw I tested the solution with both python 3.12 and my degraded version of 3.9. In both cases, it is working fine.

Thanks a lot.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@divyadarshan01
Comment options

Comment options

You must be logged in to vote
2 replies
@epilif1017a
Comment options

@jmcorreia
Comment options

Answer selected by divyadarshan01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants