Which practice most improves the reliability of a data pipeline?
- A Automated tests on data quality and row counts at each stage
- B Running it more frequently
- C Increasing the server size
- D Adding more columns
Answer
Automated tests on data quality and row counts at each stage
Silent data quality failures are more damaging than pipeline crashes, because wrong numbers are acted upon.





