Skip to content

Commit 00fc817

Browse files
committed
Fix for pipeline preview and error message
1 parent afa2d5c commit 00fc817

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/e2e-test/features/bigquery/source/BigQueryToBigQuery.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Feature: BigQuery source - Verification of BigQuery to BigQuery successful data
6464
Then Connect source as "BigQuery" and sink as "BigQuery" to establish connection
6565
Then Save the pipeline
6666
Then Preview and run the pipeline
67-
Then Wait till pipeline preview is in running state
67+
Then Wait till pipeline preview is in running state and check if any error occurs
6868
Then Open and capture pipeline preview logs
6969
Then Verify the preview run status of pipeline in the logs is "failed"
7070

src/e2e-test/resources/errorMessage.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ errorMessageIncorrectBQBucketName=Bucket name 'VALUE' can only contain lowercase
1818
errorMessageIncorrectBQTableName=Table name 'VALUE' can only contain letters (lower or uppercase), numbers, '_' and '-'.
1919
errorMessageIncorrectBQProperty=PROPERTY name 'VALUE' can only contain letters (lower or uppercase), numbers and '_'.
2020
errorMessageIncorrectDatasetName=Dataset name 'VALUE' can only contain letters (lower or uppercase), numbers and '_'.
21-
errorMessageInvalidPath=Error when trying to detect schema: Input path not found
21+
errorMessageInvalidPath=Error when trying to detect schema, java.io.IOException: Input path not found
2222
errorMessageBQExecuteTableDataset=Dataset and table must be specified together.
2323
errorMessageIncorrectMinimumSplitSize=Unable to create config for batchsource GCSFile 'minSplitSize' is invalid: Value of field class io.cdap.plugin.gcp.gcs.source.GCSSource$GCSSourceConfig.minSplitSize is expected to be a number.
2424
errorMessageIncorrectMaximumSplitSize=Unable to create config for batchsource GCSFile 'maxSplitSize' is invalid: Value of field class io.cdap.plugin.format.plugin.AbstractFileSourceConfig.maxSplitSize is expected to be a number.

0 commit comments

Comments
 (0)