File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 run : |
2323 echo "Generating tables on BigQuery"
2424 cd mimic-iv/concepts
25- bash make_concepts.sh > /dev/null
25+ bash make_concepts.sh
Original file line number Diff line number Diff line change 3131
3232 # not skipping - so generate the table on bigquery
3333 echo " Generating ${TARGET_DATASET} .${tbl} "
34- bq query --use_legacy_sql=False --replace --destination_table=${TARGET_DATASET} .${tbl} < ${d} /${fn}
34+ bq query --quiet -- use_legacy_sql=False --replace --destination_table=${TARGET_DATASET} .${tbl} < ${d} /${fn}
3535 fi
3636 done
3737done
4343 table=` echo $table_path | rev | cut -d/ -f1 | rev`
4444
4545 echo " Generating ${TARGET_DATASET} .${table} "
46- bq query --use_legacy_sql=False --replace --destination_table=${TARGET_DATASET} .${table} < ${table_path} .sql
46+ bq query --quiet -- use_legacy_sql=False --replace --destination_table=${TARGET_DATASET} .${table} < ${table_path} .sql
4747done
You can’t perform that action at this time.
0 commit comments