Skip to content
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

Ability to specify credentials wihen using Google BigQuery as a data loader #5466

Merged
merged 6 commits into from
May 30, 2023
Merged

Ability to specify credentials wihen using Google BigQuery as a data loader #5466

merged 6 commits into from
May 30, 2023

Conversation

nsheils
Copy link
Contributor

@nsheils nsheils commented May 30, 2023

Adds ability to specify credentials when using Google BigQuery as a data loader

Fixes #5465 . Adds ability to set credentials which must be of the google.auth.credentials.Credentials type. This argument is optional and will default to `None.

Who can review?

Community members can review the PR once tests pass. Tag maintainers/contributors who might be interested:
@eyurtsev

@hwchase17 hwchase17 added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label May 30, 2023
@dev2049 dev2049 merged commit 199cc70 into langchain-ai:master May 30, 2023
@nsheils nsheils deleted the GBQ_credentials branch May 31, 2023 11:17
vowelparrot pushed a commit that referenced this pull request May 31, 2023
…loader (#5466)

# Adds ability to specify credentials when using Google BigQuery as a
data loader

Fixes #5465 . Adds ability to set credentials which must be of the
`google.auth.credentials.Credentials` type. This argument is optional
and will default to `None.

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
@danielchalef danielchalef mentioned this pull request Jun 5, 2023
Undertone0809 pushed a commit to Undertone0809/langchain that referenced this pull request Jun 19, 2023
…loader (langchain-ai#5466)

# Adds ability to specify credentials when using Google BigQuery as a
data loader

Fixes langchain-ai#5465 . Adds ability to set credentials which must be of the
`google.auth.credentials.Credentials` type. This argument is optional
and will default to `None.

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
This was referenced Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm PR looks good. Use to confirm that a PR is ready for merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Google BigQuery Loader doesn't take credentials
3 participants