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

[Proposal]: support batch loading of data #2

Closed
1 task done
GlenDC opened this issue Nov 4, 2021 · 1 comment
Closed
1 task done

[Proposal]: support batch loading of data #2

GlenDC opened this issue Nov 4, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@GlenDC
Copy link
Member

GlenDC commented Nov 4, 2021

Contact Details

No response

Summary of your proposal

We currently support the insertAll API and soon also the storage API. What we do not yet support is batch loading as documented in https://cloud.google.com/bigquery/docs/batch-loading-data. They give an example of a single file, but we could do it for any number of files as well as any reader in general.

Need to investigate the specifics, but it does look like it is still in scope.

Motivation for your proposal

It's a different kind of use case of BQWriter, still writing data into BQ but for an entirely different purpose. For those purposes batch loading is better suited as the timing isn't as critical, and with that a reduction of cost is a given.

Alternatives for your proposal

Do not support it and explicitly document so instead.

Version

0.3.1 (Latest)

What platform are you mostly using or planning to use our software on?

MacOS

Code of Conduct

  • I agree to follow this project's Code of Conduct
@GlenDC GlenDC added the enhancement New feature or request label Nov 4, 2021
@Yarn-e Yarn-e mentioned this issue Nov 8, 2021
3 tasks
@GlenDC
Copy link
Member Author

GlenDC commented Nov 9, 2021

Closed with PR #5 .

@GlenDC GlenDC closed this as completed Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant