Skip to content

Commit

Permalink
bqmt secret updated
Browse files Browse the repository at this point in the history
  • Loading branch information
priyabhatnagar25 committed Dec 2, 2023
1 parent 50f6d2a commit 8dd906b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Feature: BigQueryMultiTable sink -Verification of Multiple Database Tables to Bi
Then Run the preview of pipeline with runtime arguments
Then Wait till pipeline preview is in running state
Then Open and capture pipeline preview logs
Then Verify the preview run status of pipeline in the logs is "succeeded"
Then Verify the preview of pipeline is "succeeded"
Then Close the pipeline logs
Then Close the preview
Then Deploy the pipeline
Expand Down Expand Up @@ -113,7 +113,7 @@ Feature: BigQueryMultiTable sink -Verification of Multiple Database Tables to Bi
Then Run the preview of pipeline with runtime arguments
Then Wait till pipeline preview is in running state
Then Open and capture pipeline preview logs
Then Verify the preview run status of pipeline in the logs is "succeeded"
Then Verify the preview of pipeline is "succeeded"
Then Close the pipeline logs
Then Close the preview
Then Deploy the pipeline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Feature: BigQueryMultiTable sink -Verification of MultipleDatabaseTable to BigQu
Then Preview and run the pipeline
Then Wait till pipeline preview is in running state
Then Open and capture pipeline preview logs
Then Verify the preview run status of pipeline in the logs is "succeeded"
Then Verify the preview of pipeline is "succeeded"
Then Close the pipeline logs
Then Close the preview
Then Deploy the pipeline
Expand Down Expand Up @@ -82,7 +82,6 @@ Feature: BigQueryMultiTable sink -Verification of MultipleDatabaseTable to BigQu
And Enter input plugin property: "datasetProject" with value: "projectId"
And Enter input plugin property: "dataset" with value: "dataset"
Then Override Service account details if set in environment variables
Then Verify toggle plugin property: "truncateTable" is toggled to: "true"
Then Enter input plugin property: "splitField" with value: "bqmtSplitField"
Then Click plugin property: "truncateTable"
Then Click plugin property: "allowSchema"
Expand All @@ -93,7 +92,7 @@ Feature: BigQueryMultiTable sink -Verification of MultipleDatabaseTable to BigQu
Then Preview and run the pipeline
Then Wait till pipeline preview is in running state
Then Open and capture pipeline preview logs
Then Verify the preview run status of pipeline in the logs is "succeeded"
Then Verify the preview of pipeline is "succeeded"
Then Close the pipeline logs
Then Close the preview
Then Deploy the pipeline
Expand Down
2 changes: 1 addition & 1 deletion src/e2e-test/resources/pluginParameters.properties
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ mySQLSourceTable=dummy
sourceTable=dummy
tableNameField=tableName
jdbcPluginName=mysql
bqmtSplitField1=tablename
bqmtSplitField=tablename
bqmtInvalidChunkSize=26214
bqmtInvalidSinkDataset=$#%$
bqmtInvalidSinkReferenceName=(*^*&*
Expand Down

0 comments on commit 8dd906b

Please sign in to comment.