We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3761d2f commit bb2507eCopy full SHA for bb2507e
mimic-iv/concepts/make_concepts.sh
@@ -35,7 +35,7 @@ do
35
36
# not skipping - so generate the table on bigquery
37
echo "Generating ${TARGET_DATASET}.${tbl}"
38
- bq query "${BQ_OPTIONS}" --destination_table=${TARGET_DATASET}.${tbl} < ${d}/${fn}
+ bq query ${BQ_OPTIONS} --destination_table=${TARGET_DATASET}.${tbl} < ${d}/${fn}
39
fi
40
done
41
@@ -47,5 +47,5 @@ do
47
table=`echo $table_path | rev | cut -d/ -f1 | rev`
48
49
echo "Generating ${TARGET_DATASET}.${table}"
50
- bq query "${BQ_OPTIONS}" --destination_table=${TARGET_DATASET}.${table} < ${table_path}.sql
+ bq query ${BQ_OPTIONS} --destination_table=${TARGET_DATASET}.${table} < ${table_path}.sql
51
0 commit comments