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 1f93ff4 commit 24a571aCopy full SHA for 24a571a
mimic-iv/concepts/copy_concepts_to_versioned_schema.sh
@@ -27,7 +27,7 @@ else
27
fi
28
29
echo "Copying tables from ${SOURCE_DATASET} to ${TARGET_DATASET}."
30
-for TABLE in `bq ls ${PROJECT_ID}:${SOURCE_DATASET} | cut -d' ' -f3`;
+for TABLE in `bq ls -n 500 ${PROJECT_ID}:${SOURCE_DATASET} | cut -d' ' -f3`;
31
do
32
# skip the first line of dashes
33
if [[ "${TABLE:0:2}" == '--' ]]; then
0 commit comments