-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BigQuery Source Plugin - Automated Test Scenarios. #1495
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@@ -371,6 +371,17 @@ bqTargetTable=dummy | |||
bqTargetTable2=dummy | |||
bqmtTargetTable=tabA | |||
bqmtTargetTable2=tabB | |||
bqStartDate=2025-01-17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add these in big query properties section after line - 251. As these are added in BQMT plugin section.
@@ -55,3 +55,21 @@ Feature: BigQuery source - Validate BigQuery source plugin error scenarios | |||
Then Enter BigQuery source property table name | |||
Then Enter BigQuery property temporary bucket name "bqInvalidTemporaryBucket" | |||
Then Verify the BigQuery validation error message for invalid property "bucket" | |||
|
|||
@BQ_SOURCE_TEST |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add @BigQuery_Source_Required tag also.
7fe6b16
to
55b14e5
Compare
aa8477b
to
f9606e7
Compare
errorMessageIncorrectPartitionStartDate=21-01-2025 is not in a valid format. Enter valid date in format: yyyy-MM-dd | ||
errorMessageIncorrectPartitionEndDate=22-01-2025 is not in a valid format. Enter valid date in format: yyyy-MM-dd | ||
errorMessageIncorrectReferenceName=Invalid reference name 'invalidRef&^*&&*'. Supported characters are: letters, numbers, and '_', '-', '.', or '$'. | ||
errorLogsMessageInvalidFilter=Spark Program 'phase-1' failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add relevant error message for InvalidFilter
f9606e7
to
52a9b46
Compare
52a9b46
to
c1441c5
Compare
This PR contains additional tests for BigQuery Source Plugin