From c98373bd2f41ae032cbf58f568760be407b979c5 Mon Sep 17 00:00:00 2001 From: rpourzand Date: Mon, 23 Oct 2023 15:21:09 -0700 Subject: [PATCH 1/2] Update gsheets.md I added a known limitation with Google apps that we saw during our workshop a lot! Once folks had only 1 user in chrome, it worked fine. --- website/docs/docs/use-dbt-semantic-layer/gsheets.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/docs/use-dbt-semantic-layer/gsheets.md b/website/docs/docs/use-dbt-semantic-layer/gsheets.md index 2140becc9d8..7c5f0b6382c 100644 --- a/website/docs/docs/use-dbt-semantic-layer/gsheets.md +++ b/website/docs/docs/use-dbt-semantic-layer/gsheets.md @@ -31,6 +31,8 @@ When querying your data with Google Sheets: - It returns the data to the cell you have clicked on. - The custom menu operation has a timeout limit of six (6) minutes. +- If you are logged into Chrome with a different Google user than the one you authenticated the Add-On with, it may not work. We recommend you are logged in with one Google profile at a time when using this extension. + ## Custom menu functions From 7cf098d0ffe03bdadd8690489372e0aa8cf69822 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:50:17 +0100 Subject: [PATCH 2/2] Update website/docs/docs/use-dbt-semantic-layer/gsheets.md --- website/docs/docs/use-dbt-semantic-layer/gsheets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/use-dbt-semantic-layer/gsheets.md b/website/docs/docs/use-dbt-semantic-layer/gsheets.md index 7c5f0b6382c..ee391c91b70 100644 --- a/website/docs/docs/use-dbt-semantic-layer/gsheets.md +++ b/website/docs/docs/use-dbt-semantic-layer/gsheets.md @@ -31,7 +31,7 @@ When querying your data with Google Sheets: - It returns the data to the cell you have clicked on. - The custom menu operation has a timeout limit of six (6) minutes. -- If you are logged into Chrome with a different Google user than the one you authenticated the Add-On with, it may not work. We recommend you are logged in with one Google profile at a time when using this extension. +- If you're using this extension, make sure you're signed into Chrome with the same Google profile you used to set up the Add-On. Log in with one Google profile at a time as using multiple Google profiles at once might cause issues. ## Custom menu functions