Skip to content
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

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

bijay27bit
Copy link

@bijay27bit bijay27bit commented Jan 17, 2025

This PR contains additional tests for BigQuery Source Plugin

Copy link

google-cla bot commented Jan 17, 2025

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
Copy link
Contributor

@itsmekumari itsmekumari Jan 17, 2025

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
Copy link
Contributor

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.

@bijay27bit bijay27bit force-pushed the BQSource_PS branch 2 times, most recently from 7fe6b16 to 55b14e5 Compare January 17, 2025 07:37
@AnkitCLI AnkitCLI added the build Trigger unit test build label Jan 20, 2025
@bijay27bit bijay27bit changed the title Praveena - 1st push. Please review. BigQuery Source Plugin - Automated Test Scenarios. Jan 20, 2025
@bijay27bit bijay27bit force-pushed the BQSource_PS branch 11 times, most recently from aa8477b to f9606e7 Compare January 21, 2025 10:49
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.
Copy link
Contributor

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

@AnkitCLI AnkitCLI merged commit 5514139 into data-integrations:develop Feb 7, 2025
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Trigger unit test build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants