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

Add bigquery upload chunking #205

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

rfbgo
Copy link
Collaborator

@rfbgo rfbgo commented Jul 7, 2023

BigQuery has a per upload limit of ~1MB. Previously big workspaces could attempt to push more than that data, since we have not refined our data model and instead grab as much data possible

This PR makes the upload happens in chunks to abide by the BG limit where possible

@douglasjacobsen douglasjacobsen merged commit 7afe6cc into GoogleCloudPlatform:develop Jul 7, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants