11.18Why this matters
Imagine source file:
500,000 customers
and one has:
email = "not-an-email"
It would be absurd to discard:
499,999 good customers
automatically.
Batch architectures usually support record-level failure isolation.
Imagine source file:
500,000 customers
and one has:
email = "not-an-email"
It would be absurd to discard:
499,999 good customers
automatically.
Batch architectures usually support record-level failure isolation.