
Explanation:
In Delta Live Tables expectations, using ON VIOLATION DROP ROW instructs the pipeline to discard any records that fail the constraint while continuing to process the valid records.
A
The entire batch fails immediately.
B
The record is kept but flagged as an error.
C
The specific invalid record is discarded, and the pipeline continues processing.
D
The record is moved to an automated quarantine table.
No comments yet.