From bb8b5293ee452fd001de94daa2e0c37831f99def Mon Sep 17 00:00:00 2001 From: priyabhatnagar Date: Sat, 2 Dec 2023 20:04:55 +0530 Subject: [PATCH] bqmt secret updated --- ...tipleDatabaseTableToBigQueryMultiTableSink_WithMacro.feature | 2 ++ .../MultipleDatabaseTableToBiqQueryMultiTableSink.feature | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/e2e-test/features/bigquerymultitable/MultipleDatabaseTableToBigQueryMultiTableSink_WithMacro.feature b/src/e2e-test/features/bigquerymultitable/MultipleDatabaseTableToBigQueryMultiTableSink_WithMacro.feature index 1d5bfe6978..d983f095cf 100644 --- a/src/e2e-test/features/bigquerymultitable/MultipleDatabaseTableToBigQueryMultiTableSink_WithMacro.feature +++ b/src/e2e-test/features/bigquerymultitable/MultipleDatabaseTableToBigQueryMultiTableSink_WithMacro.feature @@ -69,6 +69,7 @@ Feature: BigQueryMultiTable sink -Verification of Multiple Database Tables to Bi Then Wait till pipeline is in running state Then Open and capture logs Then Verify the pipeline status is "Succeeded" + Then Close the pipeline logs Then Validate the values of records transferred to BQMT sink is equal to the value from source MultiDatabase table @MULTIPLEDATABASETABLE_SOURCE_TEST @BQMT_Required @@ -128,4 +129,5 @@ Feature: BigQueryMultiTable sink -Verification of Multiple Database Tables to Bi Then Wait till pipeline is in running state Then Open and capture logs Then Verify the pipeline status is "Succeeded" + Then Close the pipeline logs Then Validate the values of records transferred to BQMT sink is equal to the value from source MultiDatabase table diff --git a/src/e2e-test/features/bigquerymultitable/MultipleDatabaseTableToBiqQueryMultiTableSink.feature b/src/e2e-test/features/bigquerymultitable/MultipleDatabaseTableToBiqQueryMultiTableSink.feature index 500a2cfb6e..b88b9d1b29 100644 --- a/src/e2e-test/features/bigquerymultitable/MultipleDatabaseTableToBiqQueryMultiTableSink.feature +++ b/src/e2e-test/features/bigquerymultitable/MultipleDatabaseTableToBiqQueryMultiTableSink.feature @@ -56,6 +56,7 @@ Feature: BigQueryMultiTable sink -Verification of MultipleDatabaseTable to BigQu Then Wait till pipeline is in running state Then Open and capture logs Then Verify the pipeline status is "Succeeded" + Then Close the pipeline logs Then Validate the values of records transferred to BQMT sink is equal to the value from source MultiDatabase table @MULTIPLEDATABASETABLE_SOURCE_TEST @BQMT_Required @@ -100,4 +101,5 @@ Feature: BigQueryMultiTable sink -Verification of MultipleDatabaseTable to BigQu Then Wait till pipeline is in running state Then Open and capture logs Then Verify the pipeline status is "Succeeded" + Then Close the pipeline logs Then Validate the values of records transferred to BQMT sink is equal to the value from source MultiDatabase table