Skip to content

Commit

Permalink
Initial commit - 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinofficial11 committed Mar 24, 2023
1 parent 34dc21b commit 30a9a15
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. Trigger - 3
// Testing this branch on github Actions. Trigger - Secret manager
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 30a9a15

Please sign in to comment.