@@ -10,13 +10,15 @@ Feature: BigQuery source - Verification of BigQuery to BigQuery successful data
1010 Then Enter BigQuery property reference name
1111 Then Enter BigQuery property projectId "projectId"
1212 Then Enter BigQuery property datasetProjectId "projectId"
13+ Then Override Service account details if set in environment variables
1314 Then Enter BigQuery property dataset "dataset"
1415 Then Enter BigQuery source property table name
1516 Then Enter BigQuery source property filter "bqFilter"
1617 Then Validate output schema with expectedSchema "bqSourceSchema"
1718 Then Validate "BigQuery" plugin properties
1819 Then Close the BigQuery properties
1920 Then Open BigQuery sink properties
21+ Then Override Service account details if set in environment variables
2022 Then Enter the BigQuery sink mandatory properties
2123 Then Validate "BigQuery" plugin properties
2224 Then Close the BigQuery properties
@@ -44,13 +46,15 @@ Feature: BigQuery source - Verification of BigQuery to BigQuery successful data
4446 Then Enter BigQuery property reference name
4547 Then Enter BigQuery property projectId "projectId"
4648 Then Enter BigQuery property datasetProjectId "projectId"
49+ Then Override Service account details if set in environment variables
4750 Then Enter BigQuery property dataset "dataset"
4851 Then Enter BigQuery source property table name
4952 Then Enter BigQuery source property filter "bqInvalidFilter"
5053 Then Validate output schema with expectedSchema "bqSourceSchema"
5154 Then Validate "BigQuery" plugin properties
5255 Then Close the BigQuery properties
5356 Then Open BigQuery sink properties
57+ Then Override Service account details if set in environment variables
5458 Then Enter the BigQuery sink mandatory properties
5559 Then Validate "BigQuery" plugin properties
5660 Then Close the BigQuery properties
@@ -68,13 +72,15 @@ Feature: BigQuery source - Verification of BigQuery to BigQuery successful data
6872 Then Enter BigQuery property reference name
6973 Then Enter BigQuery property projectId "projectId"
7074 Then Enter BigQuery property datasetProjectId "projectId"
75+ Then Override Service account details if set in environment variables
7176 Then Enter BigQuery property dataset "dataset"
7277 Then Enter BigQuery source property table name
7378 Then Enter BigQuery source properties partitionStartDate and partitionEndDate
7479 Then Validate output schema with expectedSchema "bqPartitionSourceSchema"
7580 Then Validate "BigQuery" plugin properties
7681 Then Close the BigQuery properties
7782 Then Open BigQuery sink properties
83+ Then Override Service account details if set in environment variables
7884 Then Enter the BigQuery sink mandatory properties
7985 Then Validate "BigQuery" plugin properties
8086 Then Close the BigQuery properties
@@ -102,13 +108,15 @@ Feature: BigQuery source - Verification of BigQuery to BigQuery successful data
102108 Then Enter BigQuery property reference name
103109 Then Enter BigQuery property projectId "projectId"
104110 Then Enter BigQuery property datasetProjectId "projectId"
111+ Then Override Service account details if set in environment variables
105112 Then Enter BigQuery property dataset "dataset"
106113 Then Enter BigQuery source property table name
107114 Then Enter BigQuery source properties partitionStartDate "bqFuturePartitionStartDate" and partitionEndDate "bqFuturePartitionEndDate"
108115 Then Validate output schema with expectedSchema "bqPartitionSourceSchema"
109116 Then Validate "BigQuery" plugin properties
110117 Then Close the BigQuery properties
111118 Then Open BigQuery sink properties
119+ Then Override Service account details if set in environment variables
112120 Then Enter the BigQuery sink mandatory properties
113121 Then Validate "BigQuery" plugin properties
114122 Then Close the BigQuery properties
@@ -130,6 +138,7 @@ Feature: BigQuery source - Verification of BigQuery to BigQuery successful data
130138 Then Enter BigQuery property reference name
131139 Then Enter BigQuery property projectId "projectId"
132140 Then Enter BigQuery property datasetProjectId "projectId"
141+ Then Override Service account details if set in environment variables
133142 Then Enter BigQuery property dataset "dataset"
134143 Then Enter BigQuery source property table name
135144 Then Validate output schema with expectedSchema "bqSourceSchemaDatatype"
@@ -139,6 +148,7 @@ Feature: BigQuery source - Verification of BigQuery to BigQuery successful data
139148 Then Enter BigQuery property reference name
140149 Then Enter BigQuery property projectId "projectId"
141150 Then Enter BigQuery property datasetProjectId "projectId"
151+ Then Override Service account details if set in environment variables
142152 Then Enter BigQuery property dataset "dataset"
143153 Then Enter BigQuery sink property table name
144154 Then Toggle BigQuery sink property truncateTable to true
@@ -167,6 +177,7 @@ Feature: BigQuery source - Verification of BigQuery to BigQuery successful data
167177 Then Enter BigQuery property reference name
168178 Then Enter BigQuery property projectId "projectId"
169179 Then Enter BigQuery property datasetProjectId "projectId"
180+ Then Override Service account details if set in environment variables
170181 Then Enter BigQuery property dataset "dataset"
171182 Then Enter BigQuery source property table name
172183 Then Validate output schema with expectedSchema "bqSourceSchemaDatatype"
@@ -176,6 +187,7 @@ Feature: BigQuery source - Verification of BigQuery to BigQuery successful data
176187 Then Enter BigQuery property reference name
177188 Then Enter BigQuery property projectId "projectId"
178189 Then Enter BigQuery property datasetProjectId "projectId"
190+ Then Override Service account details if set in environment variables
179191 Then Enter BigQuery property dataset "dataset"
180192 Then Enter BigQuery sink property table name
181193 Then Toggle BigQuery sink property truncateTable to true
0 commit comments