Skip to content

Commit

Permalink
Set databricks batch size to 400 by default because max RPC message s…
Browse files Browse the repository at this point in the history
…ize is 2GB
  • Loading branch information
DeanSherwin committed Oct 10, 2024
1 parent cd149a5 commit 2d16137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster_loader/cli/databricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def databricks(args=None):
multiple=True,
)
@click.option(
"--chunk_size", help="The number of blocks to upload in each chunk.", default=10000
"--chunk_size", help="The number of blocks to upload in each chunk.", default=400
)
@click.option(
"--overwrite",
Expand Down

0 comments on commit 2d16137

Please sign in to comment.