Skip to content

Commit

Permalink
Update bigquery-configs.md (#4253)
Browse files Browse the repository at this point in the history
Should specify taxonomy not organization.

## What are you changing in this pull request and why?
<!---
The `policy_tags` example delineates putting your organization ID in the
tag reference, but this should be the taxonomy ID. One line change.
-->
  • Loading branch information
matthewshaver authored Oct 18, 2023
2 parents 57dbdae + 70f342e commit 11d2093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ models:
columns:
- name: field
policy_tags:
- 'projects/<gcp-project>/locations/<location>/taxonomies/<organization>/policyTags/<tag>'
- 'projects/<gcp-project>/locations/<location>/taxonomies/<taxonomy>/policyTags/<tag>'
```

</File>
Expand Down

0 comments on commit 11d2093

Please sign in to comment.