From e6ccf29c9f8ed503ee5097b4e783fdecb17f4a4f Mon Sep 17 00:00:00 2001 From: Anthony Miyaguchi Date: Wed, 11 Mar 2020 12:43:51 -0700 Subject: [PATCH] Add project to table qualifier --- bin/backfill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/backfill b/bin/backfill index 1f618d2..9eccd28 100755 --- a/bin/backfill +++ b/bin/backfill @@ -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 \