Skip to content

Commit 085c3ec

Browse files
committed
do not print out data by default
1 parent bb2507e commit 085c3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/concepts/make_concepts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export TARGET_DATASET=mimic_derived
44

55
# specify bigquery query command options
66
# note: max_rows=1 *displays* only one row, but all rows are inserted into the destination table
7-
BQ_OPTIONS='--quiet --headless --max_rows=1 --use_legacy_sql=False --replace'
7+
BQ_OPTIONS='--quiet --headless --max_rows=0 --use_legacy_sql=False --replace'
88

99
# generate tables in subfolders
1010
# order is important for a few tables here:

0 commit comments

Comments
 (0)