Skip to content

Commit

Permalink
wrap query in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Dec 17, 2024
1 parent 887cd0e commit 500d9a5
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 $source --promote-to-multi --query "$query" -v |
ogr2ogr -f Parquet \
/vsis3/bchamp/bcdata/$source.parquet \
/vsistdin/
Expand Down

0 comments on commit 500d9a5

Please sign in to comment.