Skip to content

Commit

Permalink
fix(bq): dont truncate rows returned, include all 200+
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Feb 12, 2024
1 parent 3f29957 commit e1e86f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/provider-map-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
--headless \
--format=csv \
--use_legacy_sql=false \
--max_rows=500 \
"SELECT * FROM \`mart_transit_database.dim_mobility_mart_providers\`" \
> src/metadata/providers/providers.csv
Expand Down

0 comments on commit e1e86f1

Please sign in to comment.