From 3c66876050896fe2235a9296ef477830a1c03464 Mon Sep 17 00:00:00 2001 From: leahwicz <60146280+leahwicz@users.noreply.github.com> Date: Tue, 28 Jun 2022 11:44:58 -0400 Subject: [PATCH 1/3] Adding BigQuery label length req --- website/docs/reference/resource-configs/bigquery-configs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/reference/resource-configs/bigquery-configs.md b/website/docs/reference/resource-configs/bigquery-configs.md index d9c54bb3b76..deffd3d11e6 100644 --- a/website/docs/reference/resource-configs/bigquery-configs.md +++ b/website/docs/reference/resource-configs/bigquery-configs.md @@ -294,6 +294,8 @@ models: dbt supports the specification of BigQuery labels for the tables and views that it creates. These labels can be specified using the `labels` model config. The `labels` config can be provided in a model config, or in the `dbt_project.yml` file, as shown below. + +**Note:** Per BigQuery requirements, both key-value pair entries for labels have a maximum length of 63 characters. **Configuring labels in a model file** From 9b56efad3bfbae0a9f672c812f7a89eb948e62fb Mon Sep 17 00:00:00 2001 From: leahwicz <60146280+leahwicz@users.noreply.github.com> Date: Tue, 28 Jun 2022 15:15:00 -0400 Subject: [PATCH 2/3] Update website/docs/reference/resource-configs/bigquery-configs.md Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com> --- website/docs/reference/resource-configs/bigquery-configs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/bigquery-configs.md b/website/docs/reference/resource-configs/bigquery-configs.md index deffd3d11e6..8c38611826b 100644 --- a/website/docs/reference/resource-configs/bigquery-configs.md +++ b/website/docs/reference/resource-configs/bigquery-configs.md @@ -295,7 +295,9 @@ dbt supports the specification of BigQuery labels for the tables and Date: Tue, 28 Jun 2022 13:10:40 -0700 Subject: [PATCH 3/3] Update website/docs/reference/resource-configs/bigquery-configs.md --- 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 8c38611826b..8e4d37ee82d 100644 --- a/website/docs/reference/resource-configs/bigquery-configs.md +++ b/website/docs/reference/resource-configs/bigquery-configs.md @@ -295,7 +295,7 @@ dbt supports the specification of BigQuery labels for the tables and