Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitCLI committed Dec 31, 2023
1 parent 8d601f8 commit 4285001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# the License.

@Wrangler
Feature: Wrangler - Run Time scenarios
Feature: Wrangler - Run time scenarios

@BQ_SOURCE_TEST @BQ_SINK_TEST
@@BQ_SOURCE_GRPBY_TEST @BQ_SINK_TEST
Scenario: To verify User is able to run a pipeline using wrangler and groupBy directive
Given Open Datafusion Project to configure pipeline
Then Click on the Plus Green Button to import the pipelines
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static void deleteTempSourceBQTable() throws IOException, InterruptedExce

}

@Before(order = 1, value = "@BQ_SOURCE_TEST")
@Before(order = 1, value = "@BQ_SOURCE_GRPBY_TEST")
public static void createTempSourceBQTableGroupBy() throws IOException, InterruptedException {
createSourceBQTableWithQueries(PluginPropertyUtils.pluginProp("CreateBQTableQueryFile"),
PluginPropertyUtils.pluginProp("InsertBQDataQueryFile"));
Expand Down

0 comments on commit 4285001

Please sign in to comment.