Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add initial FAQ for BQ OAuth related to Google Drive scope #4310

Merged
merged 7 commits into from
Oct 24, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ You will then be redirected to BigQuery and asked to approve the drive, cloud pl
<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/dbt-cloud-enterprise/BQ-auth/BQ-access.png" title="BigQuery access request" />

Select **Allow**. This redirects you back to dbt Cloud. You should now be an authenticated BigQuery user, ready to use the dbt Cloud IDE.

## FAQs

<FAQ path="Warehouse/bg-oauth-drive-scope"/>
8 changes: 8 additions & 0 deletions website/docs/faqs/Warehouse/bq-oauth-drive-scope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Why does the BigQuery OAuth application require scopes to Google Drive?
description: "Learn more about Google Drive scopes in the BigQuery OAuth application"
sidebar_label: "BigQuery OAuth Drive Scopes"
id: bq-oauth-drive-scope
---

BigQuery supports external tables over both personal Google Drive files and shared files. For more information, refer to [Create Google Drive external tables](https://cloud.google.com/bigquery/docs/external-data-drive).
Loading