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

Build CreateWriteStream lazily in BigQuery #20857

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Feb 28, 2024

Description

Build CreateWriteStream lazily for avoiding the rate limit.
Currently, INSERT with single row creates 6 CreateWriteStream and it leads to rate limits.

@ebyhr ebyhr added the no-release-notes This pull request does not require release notes entry label Feb 28, 2024
@ebyhr ebyhr self-assigned this Feb 28, 2024
@cla-bot cla-bot bot added the cla-signed label Feb 28, 2024
@github-actions github-actions bot added the bigquery BigQuery connector label Feb 28, 2024
@ebyhr ebyhr force-pushed the ebi/bigquery-lazy-create-writer-stream branch from e4dbeb5 to 7fe9fec Compare February 28, 2024 06:08
@ebyhr ebyhr changed the title Build CreateWriteStreamRequest lazily Build CreateWriteStream lazily Feb 28, 2024
@ebyhr ebyhr changed the title Build CreateWriteStream lazily Build CreateWriteStream lazily in BigQuery Feb 28, 2024
@ebyhr ebyhr force-pushed the ebi/bigquery-lazy-create-writer-stream branch 2 times, most recently from 2bafe41 to ef36f34 Compare February 28, 2024 09:17
@ebyhr ebyhr requested review from wendigo and hashhar February 28, 2024 09:39
Copy link
Contributor

@wendigo wendigo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % comment

@ebyhr ebyhr force-pushed the ebi/bigquery-lazy-create-writer-stream branch from ef36f34 to 4ea2b0e Compare February 29, 2024 04:23
@ebyhr ebyhr merged commit f73968c into master Feb 29, 2024
18 checks passed
@ebyhr ebyhr deleted the ebi/bigquery-lazy-create-writer-stream branch February 29, 2024 05:17
@github-actions github-actions bot added this to the 440 milestone Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery BigQuery connector cla-signed no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

2 participants