Skip to content

Commit

Permalink
Update website/docs/reference/resource-configs/bigquery-configs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mirna Wong <[email protected]>
  • Loading branch information
amychen1776 and mirnawong1 authored Aug 7, 2024
1 parent 06f4bbd commit ecb8e9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/reference/resource-configs/bigquery-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,9 @@ select * from {{ ref('another_model') }}

</File>

You can create a new label with no value or remove a value from an existing label key. A label with a key that has an empty value can also be referred to as a tag. However, this should not be confused with a [tag resource](https://cloud.google.com/bigquery/docs/tags), which conditionally applies IAM policies to BigQuery tables and datasets. Find out more in [labels and tags](https://cloud.google.com/resource-manager/docs/tags/tags-overview).
You can create a new label with no value or remove a value from an existing label key.

A label with a key that has an empty value can also be [referred](https://cloud.google.com/bigquery/docs/adding-labels#adding_a_label_without_a_value) to as a tag in BigQuery. However, this should not be confused with a [tag resource](https://cloud.google.com/bigquery/docs/tags), which conditionally applies IAM policies to BigQuery tables and datasets. Find out more in [labels and tags](https://cloud.google.com/resource-manager/docs/tags/tags-overview).

Currently, it's not possible to apply IAM tags in BigQuery, however, you can contribute by upvoting [this issue](https://github.com/dbt-labs/dbt-bigquery/issues/1134) on GitHub.

Expand Down

0 comments on commit ecb8e9d

Please sign in to comment.