Skip to content

Commit

Permalink
lowercasify
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Dec 17, 2024
1 parent 1047e75 commit 05ff271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/replicate_bcgw
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jq -c '.[]' bcgw_sources.json | while read item; do

echo "Replicating $source to object storage"

bcdata dump $source --promote-to-multi --query "$query" -v |
bcdata dump --promote-to-multi -l --query "$query" -v $source |
ogr2ogr -f Parquet \
/vsis3/bchamp/bcdata/$source.parquet \
/vsistdin/
Expand Down

0 comments on commit 05ff271

Please sign in to comment.