Skip to content

Commit

Permalink
pom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitCLI committed Dec 8, 2023
1 parent ea35f13 commit dcd8cb2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.cdap.wrangler</groupId>
<artifactId>wrangler</artifactId>
<version>4.11.0-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>
<name>Wrangler</name>
<packaging>pom</packaging>
<description>An interactive tool for data cleansing and transformation.</description>
Expand Down Expand Up @@ -492,7 +492,7 @@
<execution>
<goals>
<goal>integration-test</goal>
<!-- <goal>verify</goal>-->
<goal>verify</goal>
</goals>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion wrangler-transform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>wrangler</artifactId>
<groupId>io.cdap.wrangler</groupId>
<version>4.11.0-SNAPSHOT</version>
<version>4.10.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# License for the specific language governing permissions and limitations under
# the License.

@Wrangler
Feature: parse as Excel
@Wrangler_Required
Feature: Parse as Excel

@GCS_SOURCE_TEST @BQ_SINK_TEST
Scenario: To verify User is able to run a pipeline using parse excel directive
Scenario: To verify User is able to run a pipeline using parse Excel directive
Given Open Datafusion Project to configure pipeline
Then Click on the Plus Green Button to import the pipelines
Then Select the file for importing the pipeline for the plugin "Directive_parse_excel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# the License.

@Wrangler
Feature: parse as json
Feature: parse as Json

@BQ_SOURCE_JSON_TEST @BQ_SINK_TEST
Scenario: To verify User is able to run a pipeline using parse json directive
Scenario: To verify User is able to run a pipeline using parse Json directive
Given Open Datafusion Project to configure pipeline
Then Click on the Plus Green Button to import the pipelines
Then Select the file for importing the pipeline for the plugin "Directive_parse_json"
Expand Down

0 comments on commit dcd8cb2

Please sign in to comment.