-
Notifications
You must be signed in to change notification settings - Fork 333
Set project for the bigquery client #3330
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
Conversation
Signed-off-by: Kevin Su <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3330 +/- ##
===========================================
- Coverage 79.55% 46.46% -33.10%
===========================================
Files 215 215
Lines 22634 22564 -70
Branches 2965 2964 -1
===========================================
- Hits 18007 10484 -7523
- Misses 3791 11562 +7771
+ Partials 836 518 -318 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Bito Automatic Review Skipped - Files Excluded |
Bito Automatic Review Skipped - Files Excluded |
Bito Automatic Review Skipped - Files Excluded |
Signed-off-by: Kevin Su <[email protected]> Signed-off-by: Atharva <[email protected]>
Tracking issue
NA
Why are the changes needed?
Set the correct project for the BigQuery client
What changes were proposed in this pull request?
The project name in the client should be set to the one used in the structured dataset URI.
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Summary by Bito
This pull request enhances the BigQuery client configuration by adding error handling for missing StructuredDataset URIs and ensuring the correct project name is set. These improvements increase the robustness of data handling and prevent potential runtime errors.