How does your data team unit test data transformation code, especially when that code is written in SQL?
Sort by:
Director of Customer Engineering - APAC in Software2 years ago
Validate with dummy data
Director of Engineering in Healthcare and Biotech2 years ago
Use fake input into the code under test and check to ensure the output matches what's expected.
Use simulated data streams to create artificial datasets using data tranformation code and validate it against expected output.