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.
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
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 https://github.com/CartoDB/raster-loader/issues/48#issue-1494348251 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