From eea939564ee1b3ceb60c439f26ba51c4bd633d07 Mon Sep 17 00:00:00 2001 From: Motaz Alratta Date: Mon, 18 Mar 2024 16:02:02 +0100 Subject: [PATCH] Update bigquery-configs.md In the current document, the logs/dbt.log has a typo, and the source and destination for the copy use the same table. --- website/docs/reference/resource-configs/bigquery-configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/bigquery-configs.md b/website/docs/reference/resource-configs/bigquery-configs.md index e7c249a7811..df0bb6ae2fa 100644 --- a/website/docs/reference/resource-configs/bigquery-configs.md +++ b/website/docs/reference/resource-configs/bigquery-configs.md @@ -633,7 +633,7 @@ from {{ ref('events') }} ``` ... -[0m16:03:13.017641 [debug] [Thread-3 (]: BigQuery adapter: Copying table(s) "/projects/projectname/datasets/analytics/tables/bigquery_table$20230112" to "/projects/projectname/datasets/analytics/tables/bigquery_table$20230112" with disposition: "WRITE_TRUNCATE" +[0m16:03:13.017641 [debug] [Thread-3 (]: BigQuery adapter: Copying table(s) "/projects/projectname/datasets/analytics/tables/bigquery_table__dbt_tmp$20230112" to "/projects/projectname/datasets/analytics/tables/bigquery_table$20230112" with disposition: "WRITE_TRUNCATE" ... ```