-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 testing suite that runs against BQ's day 0 region #28397
Conversation
Manual workflow run on my fork passed successfully: https://github.com/ahmedabu98/beam/actions/runs/6353604637 |
R: @johnjcasey |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
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.
This LGTM from an actions standpoint, I did not review the rest and will defer that to John
...o/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/testing/BigqueryClient.java
Outdated
Show resolved
Hide resolved
...tform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOStorageReadTableRowIT.java
Outdated
Show resolved
Hide resolved
…region a final value to reference
Run PostCommit_Java_Dataflow |
Run PostCommit_Java_DataflowV2 |
Run PostCommit_Java_DataflowV2 |
Creating a new test suite for BigQuery integration tests in region
us-east7
(BQ's early rollout region) so that we can test against the most updated BigQuery back-end. This is so that we can catch new BQ release problems early on and with more clarity (if these tests fail while tests againstus
multi-region pass, it may point to a breaking change in the BQ back-end)