Add project to table qualifier
This commit is contained in:
Родитель
4a0c6e6d47
Коммит
e6ccf29c9f
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче