Skip to content

Commit

Permalink
Adding BigQuery label length req (#1631)
Browse files Browse the repository at this point in the history
* Adding BigQuery label length req

* Update website/docs/reference/resource-configs/bigquery-configs.md

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>

* Update website/docs/reference/resource-configs/bigquery-configs.md

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
  • Loading branch information
leahwicz and runleonarun authored Jun 29, 2022
1 parent 727111c commit 01358ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/reference/resource-configs/bigquery-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ models:
dbt supports the specification of BigQuery labels for the tables and <Term id="view">views</Term> 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**

Expand Down

0 comments on commit 01358ba

Please sign in to comment.