add user agent to bigquery connector#3232
Conversation
Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
Code Review Agent Run #95d281Actionable Suggestions - 1
Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Changelist by BitoThis pull request implements the following key changes.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3232 +/- ##
==========================================
+ Coverage 74.77% 83.58% +8.81%
==========================================
Files 295 3 -292
Lines 25725 195 -25530
Branches 2924 0 -2924
==========================================
- Hits 19235 163 -19072
+ Misses 5663 32 -5631
+ Partials 827 0 -827 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
pingsutw
left a comment
There was a problem hiding this comment.
Awesome, thank you @samhita-alla
Future-Outlier
left a comment
There was a problem hiding this comment.
is it backward compatible with old syntax?
Code Review Agent Run #e1e431Actionable Suggestions - 0Additional Suggestions - 2
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
Code Review Agent Run #cd796aActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
* add user agent to bigquery connector Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix test Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix test Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * make domain fetch optional Signed-off-by: Samhita Alla <aallasamhita@gmail.com> --------- Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Atharva <atharvakulkarni172003@gmail.com>
Tracking issue
Why are the changes needed?
necessary for the bigquery partnership with google.
What changes were proposed in this pull request?
added user agent to the bigquery client call per the format described by google.
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link
Summary by Bito
This PR enhances the BigQuery integration by adding a custom user agent to meet Google partnership requirements. It reorganizes imports, adjusts client initialization with safer domain field handling using .get() method, and updates task configuration to include domain details. These changes improve error handling, ensure compliance, and validate the updated client configuration.Unit tests added: False
Estimated effort to review (1-5, lower is better): 1