Skip to content

Commit 49c0012

Browse files
new scenarios e2e bq review comments addressed
1 parent 985c4a8 commit 49c0012

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/e2e-test/features/bigquery/sink/BigQueryToBigQuerySink.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Feature: BigQuery sink - Verification of BigQuery to BigQuery successful data tr
432432
Then Wait till connection data loading completes with a timeout of 60 seconds
433433
Then Verify input plugin property: "dataset" contains value: "dataset"
434434
Then Enter input plugin property: "table" with value: "bqTargetTable"
435-
Then Enter input plugin property: "partitionByField" with value: "bqPartitionFieldTime"
435+
Then Enter input plugin property: "partitionByField" with value: "bqPartitionFieldDate"
436436
Then Click plugin property: "updateTableSchema"
437437
Then Validate "BigQuery" plugin properties
438438
Then Close the BigQuery properties

src/e2e-test/java/io/cdap/plugin/common/stepsdesign/TestSetupHooks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public static void createTempSourceBQTable() throws IOException, InterruptedExce
273273
@After(order = 1, value = "@BQ_SOURCE_TEST or @BQ_PARTITIONED_SOURCE_TEST or @BQ_SOURCE_DATATYPE_TEST or " +
274274
"@BQ_INSERT_SOURCE_TEST or @BQ_UPDATE_SINK_TEST or @BQ_UPSERT_SOURCE_TEST or @BQ_UPSERT_SINK_TEST or " +
275275
"@BQ_NULL_MODE_SOURCE_TEST or @BQ_UPDATE_SOURCE_DEDUPE_TEST or @BQ_UPDATE_SINK_DEDUPE_TEST or " +
276-
"@BQ_INSERT_INT_SOURCE_TEST or @BQ_EXISTING_SINK_TEST or @BQ_TIME_STAMP_SOURCE_TEST or " +
276+
"@BQ_INSERT_INT_SOURCE_TEST or @BQ_EXISTING_SINK_TEST or @BQ_TIME_SOURCE_TEST or " +
277277
"@BQ_UPSERT_DEDUPE_SOURCE_TEST or @BQ_UPSERT_DEDUPE_SINK_TEST or @BQ_RECORD_SOURCE_TEST or " +
278278
"@BQ_SECOND_RECORD_SOURCE_TEST or @BQ_INSERT_SINK_TEST")
279279
public static void deleteTempSourceBQTable() throws IOException, InterruptedException {

src/e2e-test/resources/pluginParameters.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,10 @@ TableKeyDedupe=Name
226226
Directive_Drop=testdata/BigQuery/test_diffschema_record-cdap-data-pipeline.json
227227
bqUpsertDedupeFile=testdata/BigQuery/BQUpsertDedupeFile
228228
bqDifferentRecordFile=testdata/BigQuery/BQDifferentRecordNameFile
229-
bqDateExpectedFile=testdata/BigQuery/BQTimeStampFile
229+
bqDateExpectedFile=testdata/BigQuery/BQDateFile
230230
bqDateTimeExpectedFile=testdata/BigQuery/BQDateTimeFile
231231
bqTimeStampExpectedFile=testdata/BigQuery/BQTimeStampFile
232+
bqPartitionFieldDate=transaction_date
232233
## BIGQUERY-PLUGIN-PROPERTIES-END
233234

234235
## PUBSUBSINK-PLUGIN-PROPERTIES-START

0 commit comments

Comments
 (0)