Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinofficial11 committed Mar 24, 2023
1 parent abe93d7 commit 48b2bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static void verifyIfRecordCreatedInSinkForMultipleObjectsAreCorrect(Strin
expectedOutput.add(line);
}
}

// Testing this branch on github Actions.
List<String> bigQueryDatasetTables = new ArrayList<>();
TableResult tablesSchema = getTableNamesFromDataSet(dataset);
tablesSchema.iterateAll().forEach(value -> bigQueryDatasetTables.add(value.get(0).getValue().toString()));
Expand Down

0 comments on commit 48b2bfe

Please sign in to comment.