-
Notifications
You must be signed in to change notification settings - Fork 85
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
GCS Source additional scenarios. #1470
base: develop
Are you sure you want to change the base?
GCS Source additional scenarios. #1470
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. |
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.
why can't we combine scenarios To verify successful records transfer from GCS source to BigQuery sink with macro fields enabled at source
and To verify successful data transfer from GCS to BigQuery with macro Path Field
?
Thanks Ankit, The test data used for the 'path field' was not supported. Following an internal discussion with the team, a separate scenario was created to ensure coverage. |
What do you mean by |
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.
PTAL at test failures.
I think, reference was taken from the existing test case for path field scenario. @bijay27bit you can add any path field column name and add the same in output schema which is set as macro in same scenario. |
Merged both the scenario and it is running at local branch now. Looking below test failures as per Ankit's comment. Thanks |
Hi @itsankit-google I have made the changes and above failed test scenarios are not created by me. Please review the latest code. Thanks |
Then Validate the values of records transferred from GCS bucket file is equal to the values of target BigQuery table | ||
|
||
@GCS_CSV_TEST @BQ_SINK_TEST @BigQuery_Sink_Required | ||
Scenario:To verify successful records transfer from GCS source to BigQuery sink with macro fields enabled at source |
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.
@itsankit-google Please review the GCS source additional scenarios.
Thanks