From aa071ce9f47f433d3b81279ee3b252e2c7cc55da Mon Sep 17 00:00:00 2001 From: Pete Talbert <40297731+petetalbert@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:19:43 -0500 Subject: [PATCH 1/2] Update bigquery-configs.md Should specify taxonomy not organization. --- 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 89a750f47bd..ffbaa37c059 100644 --- a/website/docs/reference/resource-configs/bigquery-configs.md +++ b/website/docs/reference/resource-configs/bigquery-configs.md @@ -414,7 +414,7 @@ models: columns: - name: field policy_tags: - - 'projects//locations//taxonomies//policyTags/' + - 'projects//locations//taxonomies//policyTags/' ``` From b3c4b6317eb4baf324b866b3850d85a9cdea3949 Mon Sep 17 00:00:00 2001 From: Anks Su <6273915+anksu2024@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:47:11 -0700 Subject: [PATCH 2/2] Update bigquery-qs.md Remove an extra line in the instructions to make it more learner- friendly. --- website/docs/quickstarts/bigquery-qs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/quickstarts/bigquery-qs.md b/website/docs/quickstarts/bigquery-qs.md index 7f7f9aa7655..e50b8aff26a 100644 --- a/website/docs/quickstarts/bigquery-qs.md +++ b/website/docs/quickstarts/bigquery-qs.md @@ -73,7 +73,6 @@ In order to let dbt connect to your warehouse, you'll need to generate a keyfile 1. Start the [GCP credentials wizard](https://console.cloud.google.com/apis/credentials/wizard). Make sure your new project is selected in the header. If you do not see your account or project, click your profile picture to the right and verify you are using the correct email account. For **Credential Type**: - From the **Select an API** dropdown, choose **BigQuery API** - Select **Application data** for the type of data you will be accessing - - Select **No, I’m not using them** and click **Next**. - Click **Next** to create a new service account. 2. Create a service account for your new project from the [Service accounts page](https://console.cloud.google.com/projectselector2/iam-admin/serviceaccounts?supportedpurview=project). For more information, refer to [Create a service account](https://developers.google.com/workspace/guides/create-credentials#create_a_service_account) in the Google Cloud docs. As an example for this guide, you can: - Type `dbt-user` as the **Service account name**