Skip to content

Commit

Permalink
feat: sort provider-map query by NTD ID (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo authored Apr 4, 2024
1 parent 41ebafb commit 6bae7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/resources/download_csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ bq query \
--format=csv \
--use_legacy_sql=false \
--max_rows=500 \
"SELECT * FROM \`mart_transit_database.dim_mobility_mart_providers\`" \
"SELECT * FROM \`mart_transit_database.dim_mobility_mart_providers\` ORDER BY \`ntd_id\`" \
> src/metadata/providers/providers.csv

0 comments on commit 6bae7c7

Please sign in to comment.