From a6af0075750229372e9ee5ab9ce8a47fd10ef072 Mon Sep 17 00:00:00 2001 From: Kyle Coapman Date: Fri, 20 Oct 2023 12:49:00 -0400 Subject: [PATCH 1/6] 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 From 080701fb089cdc86e0c7a2af8df030594a7918e7 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:34:05 +0100 Subject: [PATCH 2/6] Update website/docs/faqs/Warehouse/bq-oauth-drive-scope.md Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com> --- website/docs/faqs/Warehouse/bq-oauth-drive-scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md index fdaefa82f63..0bc38341b0e 100644 --- a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md +++ b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md @@ -1,6 +1,6 @@ --- 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" +description: "Learn more about Google Drive scopes in the BigQuery OAuth application" sidebar_label: "BigQuery OAuth GDrive Scopes" id: bq-oauth-drive-scope --- From b8aa4e343886f052052e102e2d72d8725778d71d Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:34:12 +0100 Subject: [PATCH 3/6] Update website/docs/faqs/Warehouse/bq-oauth-drive-scope.md Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com> --- website/docs/faqs/Warehouse/bq-oauth-drive-scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md index 0bc38341b0e..5b6856e15a1 100644 --- a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md +++ b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md @@ -5,6 +5,6 @@ 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. +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). 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 From d5d679cfecc7fdf59f04c4c52ebb00aa26222053 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:34:19 +0100 Subject: [PATCH 4/6] Update website/docs/faqs/Warehouse/bq-oauth-drive-scope.md Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com> --- website/docs/faqs/Warehouse/bq-oauth-drive-scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md index 5b6856e15a1..af5b9d1dd14 100644 --- a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md +++ b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md @@ -1,5 +1,5 @@ --- -title: Why does the BigQuery OAuth application require scopes to Google Drive +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 GDrive Scopes" id: bq-oauth-drive-scope From ee652fdf3fe4672375cc4cbd6eb224a273911465 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:34:26 +0100 Subject: [PATCH 5/6] Update website/docs/faqs/Warehouse/bq-oauth-drive-scope.md Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com> --- website/docs/faqs/Warehouse/bq-oauth-drive-scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md index af5b9d1dd14..1bd3fc4265b 100644 --- a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md +++ b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md @@ -1,7 +1,7 @@ --- 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 GDrive Scopes" +sidebar_label: "BigQuery OAuth Drive Scopes" id: bq-oauth-drive-scope --- From f52a39da97414a358f02abae8e77578de33237bd Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:34:51 +0100 Subject: [PATCH 6/6] Update website/docs/faqs/Warehouse/bq-oauth-drive-scope.md Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com> --- website/docs/faqs/Warehouse/bq-oauth-drive-scope.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md index 1bd3fc4265b..ae6da82c47a 100644 --- a/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md +++ b/website/docs/faqs/Warehouse/bq-oauth-drive-scope.md @@ -6,5 +6,3 @@ 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). - -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