-
Notifications
You must be signed in to change notification settings - Fork 350
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: pass credentials to BQ and GCS clients #469
fix: pass credentials to BQ and GCS clients #469
Conversation
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.
LGTM
Once tests pass.
@@ -73,20 +73,28 @@ def column_names(self) -> List[str]: | |||
gcs_source_uris.sort() | |||
|
|||
# Get the first file in sorted list | |||
return TabularDataset._retrieve_gcs_source_columns( | |||
self.project, gcs_source_uris[0] | |||
return self._retrieve_gcs_source_columns( |
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.
Is there any use case where the user would want to pass in different credentials when calling dataset.column_names
?
If not, this looks fine.
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
No description provided.