From a6af0075750229372e9ee5ab9ce8a47fd10ef072 Mon Sep 17 00:00:00 2001 From: Kyle Coapman Date: Fri, 20 Oct 2023 12:49:00 -0400 Subject: [PATCH] add initial FAQ for BQ OAuth related to Google Drive scope --- .../docs/cloud/manage-access/set-up-bigquery-oauth.md | 4 ++++ website/docs/faqs/Warehouse/bq-oauth-drive-scope.md | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 website/docs/faqs/Warehouse/bq-oauth-drive-scope.md diff --git a/website/docs/docs/cloud/manage-access/set-up-bigquery-oauth.md b/website/docs/docs/cloud/manage-access/set-up-bigquery-oauth.md index 1b8f9ea7357..87018b14d56 100644 --- a/website/docs/docs/cloud/manage-access/set-up-bigquery-oauth.md +++ b/website/docs/docs/cloud/manage-access/set-up-bigquery-oauth.md @@ -74,3 +74,7 @@ You will then be redirected to BigQuery and asked to approve the drive, cloud pl 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 + + diff --git a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md new file mode 100644 index 00000000000..fdaefa82f63 --- /dev/null +++ b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md @@ -0,0 +1,10 @@ +--- +title: Why does the BigQuery OAuth application require scopes to Google Drive +description: "Use this quick explainer to learn more about scopes in the BigQuery OAuth applicaton" +sidebar_label: "BigQuery OAuth GDrive Scopes" +id: bq-oauth-drive-scope +--- + +BigQuery supports external tables over both personal Drive files and shared files. For more information on Drive, see Drive training and help. + +You can read more about this in the [BigQuery docs](https://cloud.google.com/bigquery/docs/external-data-drive) on this particular topics. \ No newline at end of file