-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 load schema diff locations ignore #7289
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7289 +/- ##
==========================================
- Coverage 64.01% 64.00% -0.02%
==========================================
Files 163 163
Lines 13410 13413 +3
Branches 1905 1906 +1
==========================================
Hits 8585 8585
- Misses 4490 4493 +3
Partials 335 335
|
LGTM! |
@eradman |
Yes, we should test for this condition. Try adding a test to |
It is nice to have 100% code coverage. |
I'm of the same opinion |
What type of PR is this?
Description
An error occurs when retrieving the BigQuery schema if there are datasets located in different regions. This update ensures that the correct region is specified to prevent such issues.
How is this tested?
if dataset location is different then
set location :
asia-northeast3
test-dataset-location :
US
Not fount: dataset
test-data-set
was not found in locationasia-northeast3