Skip to content

Commit 194d85d

Browse files
committed
initial commits
1 parent 53cf01d commit 194d85d

26 files changed

+306
-234
lines changed

cloudsql-postgresql-plugin/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,7 @@
102102
<version>42.3.1</version>
103103
<scope>test</scope>
104104
</dependency>
105-
<dependency>
106-
<groupId>com.google.code.gson</groupId>
107-
<artifactId>gson</artifactId>
108-
<version>2.8.8</version>
109-
<scope>test</scope>
110-
</dependency>
105+
111106
</dependencies>
112107

113108
<build>

cloudsql-postgresql-plugin/src/e2e-test/feature/cloudsql-postgresql/sink/DesignTime.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Cloudsqlpostgresql_Sink @Cloudsqlpostgresql_Sink_Required
17+
@Regression @Sink_Required
1818
Feature: CloudSQL-PostgreSQL sink - Verify CloudSQL-PostgreSQL sink plugin design time scenarios
1919

2020
Scenario: To verify CloudSQLPostgreSQL sink plugin validation with connection and basic details for connectivity

cloudsql-postgresql-plugin/src/e2e-test/feature/cloudsql-postgresql/sink/DesignTimeWithMacros.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Cloudsqlpostgresql_Sink @Cloudsqlpostgresql_Sink_Required
17+
@Regression @Sink_Required
1818
Feature: CloudSQL-PostgreSQL sink- Verify CloudSQL-PostgreSQL sink plugin design time macro scenarios
1919

2020
Scenario: To verify CloudSQLPostgreSQL sink plugin validation with macro enabled fields for connection section

cloudsql-postgresql-plugin/src/e2e-test/feature/cloudsql-postgresql/sink/DesignTimeWithValidation.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 Cask Data, Inc.
2+
# Copyright © 2023 Cask Data, Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
55
# use this file except in compliance with the License. You may obtain a copy of
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Cloudsqlpostgresql_Sink @Cloudsqlpostgresql_Sink_Required
17+
@Regression @Sink_Required
1818
Feature: CloudSQL-PostgreSQL Sink - Verify CloudSQL-postgreSQL Sink Plugin Error scenarios
1919

2020
Scenario:Verify CloudSQLPostgreSQL sink plugin validation errors for mandatory fields

cloudsql-postgresql-plugin/src/e2e-test/feature/cloudsql-postgresql/sink/RunTime.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Cloudsqlpostgresql_Sink @Cloudsqlpostgresql_Sink_Required
17+
@Regression @Sink_Required
1818
Feature: CloudSQL-PostgreSQL sink - Verify data transfer from BigQuery source to CloudSQL-PostgreSQL sink
1919

2020
@BQ_SOURCE_TEST @CLOUDSQLPOSTGRESQL_TEST_TABLE @PLUGIN-1526
@@ -50,7 +50,7 @@ Feature: CloudSQL-PostgreSQL sink - Verify data transfer from BigQuery source to
5050
Then Save the pipeline
5151
Then Preview and run the pipeline
5252
Then Verify the preview of pipeline is "success"
53-
Then Click on preview data for CloudSQLPostgreSQL sink
53+
Then Click on the Preview Data link on the Sink plugin node: "CloudSQLPostgreSQL"
5454
Then Close the preview data
5555
Then Deploy the pipeline
5656
Then Run the Pipeline in Runtime
@@ -93,7 +93,7 @@ Feature: CloudSQL-PostgreSQL sink - Verify data transfer from BigQuery source to
9393
Then Save the pipeline
9494
Then Preview and run the pipeline
9595
Then Verify the preview of pipeline is "success"
96-
Then Click on preview data for CloudSQLPostgreSQL sink
96+
Then Click on the Preview Data link on the Sink plugin node: "CloudSQLPostgreSQL"
9797
Then Close the preview data
9898
Then Deploy the pipeline
9999
Then Run the Pipeline in Runtime
@@ -136,7 +136,7 @@ Feature: CloudSQL-PostgreSQL sink - Verify data transfer from BigQuery source to
136136
Then Save the pipeline
137137
Then Preview and run the pipeline
138138
Then Verify the preview of pipeline is "success"
139-
Then Click on preview data for CloudSQLPostgreSQL sink
139+
Then Click on the Preview Data link on the Sink plugin node: "CloudSQLPostgreSQL"
140140
Then Close the preview data
141141
Then Deploy the pipeline
142142
Then Run the Pipeline in Runtime

cloudsql-postgresql-plugin/src/e2e-test/feature/cloudsql-postgresql/sink/RunTimeMacro.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Cloudsqlpostgresql_Sink @Cloudsqlpostgresql_Sink_Required
17+
@Regression @Sink_Required
1818
Feature: CloudSQL-PostgreSQL sink - Verify data transfer to PostgreSQL sink with macro arguments
1919

2020
@BQ_SOURCE_TEST @CLOUDSQLPOSTGRESQL_TEST_TABLE @PLUGIN-1629 @PLUGIN-1526

cloudsql-postgresql-plugin/src/e2e-test/feature/cloudsql-postgresql/source/DesignTime.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Cloudsqlpostgresql_Source @Cloudsqlpostgresql_Source_Required
17+
@Regression @Source_Required
1818
Feature: CloudSQL-PostgreSQL source - Verify CloudSQLPostgreSQL source plugin design time scenarios
1919

2020
@CLOUDSQLPOSTGRESQL_SOURCE_TEST @CLOUDSQLPOSTGRESQL_SINK_TEST

cloudsql-postgresql-plugin/src/e2e-test/feature/cloudsql-postgresql/source/DesignTimeWithMacro.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Cloudsqlpostgresql_Source @Cloudsqlpostgresql_Source_Required
17+
@Regression @Source_Required
1818
Feature: CloudSQL-PostgreSQL source - Verify CloudSQL-PostgreSQL source plugin design time macros scenarios
1919

2020
Scenario: To verify CloudSQLPostgreSQL source plugin validation with macro enabled fields for connection section

cloudsql-postgresql-plugin/src/e2e-test/feature/cloudsql-postgresql/source/DesignTimeWithValidation.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Cloudsqlpostgresql_Source @Cloudsqlpostgresql_Source_Required
17+
@Regression @Source_Required
1818
Feature: CloudSQL-postgreSQL source - Verify CloudSQL-postgreSQL source plugin design time validation scenarios
1919

2020
Scenario:Verify CloudSQLPostgreSQL source plugin validation errors for mandatory fields

cloudsql-postgresql-plugin/src/e2e-test/feature/cloudsql-postgresql/source/RunTime.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# the License.
1515
#
1616

17-
@Cloudsqlpostgresql_Source @Cloudsqlpostgresql_Source_Required
17+
@Regression @Source_Required
1818
Feature: CloudSQL-PostGreSQL Source - Run Time scenarios
1919

2020
@CLOUDSQLPOSTGRESQL_SOURCE_TEST @BQ_SINK_TEST @CLOUDSQLPOSTGRESQL_SINK_TEST @PLUGIN-1526
@@ -227,7 +227,7 @@ Feature: CloudSQL-PostGreSQL Source - Run Time scenarios
227227
Then Save the pipeline
228228
Then Preview and run the pipeline
229229
Then Verify the preview of pipeline is "success"
230-
Then Click on preview data for CloudSQLPostgreSQL sink
230+
Then Click on the Preview Data link on the Sink plugin node: "CloudSQLPostgreSQL"
231231
Then Close the preview data
232232
Then Deploy the pipeline
233233
Then Run the Pipeline in Runtime

0 commit comments

Comments
 (0)