Skip to content

Commit

Permalink
fixed parameter order for bq load
Browse files Browse the repository at this point in the history
  • Loading branch information
t_watts committed Oct 21, 2020
1 parent d504973 commit 7c5091a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ python3 "$DIR/get_projects.py"
python3 "$DIR/owner_report.py"

# load into BQ table
bq load --source_format=NEWLINE_DELIMITED_JSON "$DIR/owners_nldj.json" $TABLE "$DIR/schema.json"
bq load --source_format=NEWLINE_DELIMITED_JSON $TABLE "$DIR/owners_nldj.json" "$DIR/schema.json"

0 comments on commit 7c5091a

Please sign in to comment.