Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitCLI committed Apr 29, 2024
1 parent 2b11f56 commit f262662
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,8 @@ public static void createSinkTables() throws IOException, InterruptedException {

PluginPropertyUtils.addPluginProp("bqTargetTable", bqTargetTable);
PluginPropertyUtils.addPluginProp("bqTargetTable2", bqTargetTable2);
BeforeActions.scenario.write("BQ Target Table " + bqTargetTable + " created successfully");
BeforeActions.scenario.write("BQ Target Table2 " + bqTargetTable2 + " created successfully");
}
@Before(order = 1, value = "@BQ_SOURCE_UPDATE_TEST")
public static void createSourceTables() throws IOException, InterruptedException {
Expand Down

0 comments on commit f262662

Please sign in to comment.