diff --git a/website/docs/reference/resource-configs/bigquery-configs.md b/website/docs/reference/resource-configs/bigquery-configs.md index d9c54bb3b76..8e4d37ee82d 100644 --- a/website/docs/reference/resource-configs/bigquery-configs.md +++ b/website/docs/reference/resource-configs/bigquery-configs.md @@ -294,6 +294,10 @@ 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. + +:::info Note +BigQuery requires that both key-value pair entries for labels have a maximum length of 63 characters. +::: **Configuring labels in a model file**