Add project to table qualifier

This commit is contained in:
Anthony Miyaguchi 2020-03-11 12:43:51 -07:00
Родитель 4a0c6e6d47
Коммит e6ccf29c9f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ function run_day {
gsutil rsync -d -r "$intermediate/" "$output/"
fi
local table="$DATASET.${aggregate_type}_aggregates"
if ! partition_exists "$table" "$ds_nodash"; then
if ! partition_exists "$PROJECT.$table" "$ds_nodash"; then
echo "loading partition $ds_nodash into $table"
bq load \
--source_format=PARQUET \