Skip to content

Commit

Permalink
Splitting tabs up
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Oct 18, 2023
1 parent 11d2093 commit 1edd014
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions website/docs/docs/core/connect-data-platform/bigquery-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,7 @@ If you do not specify a `project`/`database` and are using the `oauth` method, d

See [docs](https://developers.google.com/identity/protocols/oauth2) on using OAuth 2.0 to access Google APIs.

<Tabs
defaultValue="refresh"
values={[
{label: 'Refresh token', value: 'refresh'},
{label: 'Temporary token', value: 'temp'},
]}>

<TabItem value="refresh">
#### Refresh token

Using the refresh token and client information, dbt will mint new access tokens as necessary.

Expand All @@ -122,9 +115,7 @@ my-bigquery-db:

</File>

</TabItem>

<TabItem value="temp">
#### Temporary token

dbt will use the one-time access token, no questions asked. This approach makes sense if you have an external deployment process that can mint new access tokens and update the profile file accordingly.

Expand All @@ -146,9 +137,6 @@ my-bigquery-db:

</File>

</TabItem>

</Tabs>

### Service Account File

Expand Down

0 comments on commit 1edd014

Please sign in to comment.