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

change default chunk_size parameter and catch bigquery 403 Exceeded rate limits to better explain the error to the user #100

Closed
francois-baptiste opened this issue Jan 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@francois-baptiste
Copy link
Contributor

Default chunk_size is set to 100 pixelblocks per upload batch right now.
For large raster it triggers a Bigquery error 403 Exceeded rate limits cause you are not allowed to update a table to often.

See #48 (comment) to reproduce

A good think would be to size the chunck in function of the raster size for large raster.
Another good thing would be to catch this Bigquery upload error and to reraise an error to the user explaining that he should increase the chunk size

@francois-baptiste francois-baptiste converted this from a draft issue Jan 30, 2023
@francois-baptiste francois-baptiste added the enhancement New feature or request label Jan 30, 2023
@Jesus89
Copy link
Member

Jesus89 commented Nov 24, 2023

Closed by #116

@Jesus89 Jesus89 closed this as completed Nov 24, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in raster-loader project Nov 24, 2023
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
Development

No branches or pull requests

2 participants