TestCase.assertEquals(3, getTotalRows(UNITTEST_DATASET_ID));
}
@Test
public void testUpsertTSVFileNoHeader() throws IOException, SodaError, InterruptedException, LongRunningQueryException {
final Soda2Producer producer = createProducer();
final SodaDdl ddl = createSodaDdl();
// Ensures dataset is in known state (2 rows)
File twoRowsFile = new File("src/test/resources/datasync_unit_test_two_rows.csv");
Soda2Publisher.replaceNew(producer, ddl, UNITTEST_DATASET_ID, twoRowsFile, true);