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

bigquery: Separate HTTP part of client to allow user to use HTTP API #346

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

DoumanAsh
Copy link
Contributor

Fixes #340

This introduces separate config for HTTP client and allow user to create BqClient which can be used to access individual API

It doesn't seem there is much benefit in splitting grpc on its own as most important APIs are available via HTTP API

@yoshidan yoshidan added the safe to test safe to test label Feb 1, 2025
@yoshidan yoshidan merged commit 8345316 into yoshidan:main Feb 1, 2025
9 checks passed
@yoshidan
Copy link
Owner

yoshidan commented Feb 1, 2025

Thank you for your contribution.

@DoumanAsh DoumanAsh deleted the split_bq_client branch February 1, 2025 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test safe to test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce http/grpc split for BQ client
2 participants