#### Motivation Ensure that all data in a dataset is written to BQ. #### Input - `job.getStatistics.getLoad.getOutputRows` #### Output - BigQueryClient.load fails if output rows != dataset rows. #### Test - Test with mock BQ client that triggers the failure
Motivation
Ensure that all data in a dataset is written to BQ.
Input
job.getStatistics.getLoad.getOutputRowsOutput
Test