-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fix: Fix scanning google cloud with service account credentials file #19782
Conversation
scopes=( | ||
scopes | ||
if scopes is not None | ||
else ["https://www.googleapis.com/auth/cloud-platform"] |
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.
We need to pass this URL into scopes
- https://stackoverflow.com/a/74562563
"cloudpickle", | ||
"connectorx", | ||
"deltalake", | ||
"fastexcel", | ||
"fsspec", | ||
"gevent", | ||
"google.auth", |
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.
drive-by print the boto3
and google-auth
package versions in show_versions()
, since we could be using them now
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19782 +/- ##
=======================================
Coverage 79.55% 79.56%
=======================================
Files 1544 1544
Lines 213240 213338 +98
Branches 2441 2442 +1
=======================================
+ Hits 169645 169735 +90
- Misses 43046 43053 +7
- Partials 549 550 +1 ☔ View full report in Codecov by Sentry. |
Fixes #19781