What is the difference between DQX and Delta Checks (constraints)? #110
Unanswered
mwojtyczka
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Delta constraints help ensure data quality by preventing invalid data from being written to the table. However, they only support basic checks and will always fail the operation if a violation occurs, halting the write process entirely. DQX can quarantine invalid data without failing the process.
Beta Was this translation helpful? Give feedback.
All reactions