Skip to content

Commit

Permalink
[DBT Doc Update] Updating the latest options visible in the BigQuery …
Browse files Browse the repository at this point in the history
…Create credentials Wizard (#4300)

This is a minor change to remove an extra line in the instructions to
make it more learner-friendly.

## What are you changing in this pull request and why?
Change reasons documented in the Issue:
#4299

We are making this change to reflect the latest BigQuery UI for Creating
the Credentials.

- [ ] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
- [ ] Add a checklist item for anything that needs to happen before this
PR is merged, such as "needs technical review" or "change base branch."
  • Loading branch information
matthewshaver authored Oct 18, 2023
2 parents 165f7de + 846f62e commit 57dbdae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docs/quickstarts/bigquery-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 57dbdae

Please sign in to comment.