|
11 | 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
12 | 12 | # License for the specific language governing permissions and limitations under |
13 | 13 | # the License. |
14 | | -@BigTable @BIGTABLE_SOURCE_TEST |
| 14 | +@BigTable |
15 | 15 | Feature: BigTable source - Verification of BigTable to BigTable Successful Data Transfer |
16 | 16 |
|
17 | | - @BIGTABLE_SINK_TEST @bigtable_Required |
| 17 | + @BIGTABLE_SOURCE_TEST @BIGTABLE_SINK_TEST @bigtable_Required |
18 | 18 | Scenario: To verify data is getting transferred from BigTable source table to BigTable sink table |
19 | 19 | Given Open Datafusion Project to configure pipeline |
20 | | - When Select plugin: "Bigtable" from the plugins list as: "Source" |
| 20 | + When Select plugin: "Bigtable" from the plugins list as: "Source"S |
21 | 21 | When Expand Plugin group in the LHS plugins list: "Sink" |
22 | 22 | When Select plugin: "Bigtable" from the plugins list as: "Sink" |
23 | 23 | Then Connect plugins: "Bigtable" and "Bigtable2" to establish connection |
@@ -51,7 +51,7 @@ Feature: BigTable source - Verification of BigTable to BigTable Successful Data |
51 | 51 | Then Validate OUT record count is equal to IN record count |
52 | 52 | Then Validate data transferred to target bigtable table with data of source bigtable table |
53 | 53 |
|
54 | | - @EXISTING_BIGTABLE_SINK |
| 54 | + @BIGTABLE_SOURCE_TEST @EXISTING_BIGTABLE_SINK |
55 | 55 | Scenario: To verify data is getting transferred from BigTable source table to existing BigTable sink |
56 | 56 | Given Open Datafusion Project to configure pipeline |
57 | 57 | When Select plugin: "Bigtable" from the plugins list as: "Source" |
@@ -88,7 +88,7 @@ Feature: BigTable source - Verification of BigTable to BigTable Successful Data |
88 | 88 | Then Validate OUT record count is equal to IN record count |
89 | 89 | Then Validate data transferred to existing target bigtable table with data of source bigtable table |
90 | 90 |
|
91 | | - @BIGTABLE_SINK_TEST |
| 91 | + @BIGTABLE_SOURCE_TEST @BIGTABLE_SINK_TEST |
92 | 92 | Scenario: To verify data is getting transferred from unvalidated BigTable source table to BigTable sink table |
93 | 93 | Given Open Datafusion Project to configure pipeline |
94 | 94 | When Select plugin: "Bigtable" from the plugins list as: "Source" |
|
0 commit comments