From d32bdd0ab19c16f3dd01113ea99186fbfa20b290 Mon Sep 17 00:00:00 2001 From: rpourzand Date: Mon, 6 May 2024 13:18:20 -0700 Subject: [PATCH 1/5] Update gsheets.md Gsheets fast follows --- website/docs/docs/use-dbt-semantic-layer/gsheets.md | 7 ++++++- 1 file changed, 6 insertions(+), 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 4fa997d78b7..23d63af9f70 100644 --- a/website/docs/docs/use-dbt-semantic-layer/gsheets.md +++ b/website/docs/docs/use-dbt-semantic-layer/gsheets.md @@ -41,21 +41,26 @@ When querying your data with Google Sheets: - The custom menu operation has a timeout limit of six (6) minutes. - 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. + ## Query Builder functions The Google Sheets **Query Builder** custom menu has the following capabilities: + | Menu items | Description | |---------------|-------------------------------------------------------| | Metrics | Search and select metrics. | | Group By | Search and select dimensions or entities to group by. Dimensions are grouped by the entity of the semantic model they come from. You may choose dimensions on their own without metrics. | | Time Range | Quickly select time ranges to look at the data, which applies to the main time series for the metrics (metric time), or do more advanced filter using the "Custom" selection| -| Granularity | Modify the granularity of the primary time dimension. | | Where | Filter your data. This includes categorical and time filters. | | Order By | Return your data order. | | Limit | Set a limit for the rows of your output. | +Note: All metrics and dimensions have an info button which you can click into to get the description of the object as defined in your dbt project. + +**Modifying Time Granularity** +When selecting time dimensions in the group by menu, you will see a list of available time granularities below the selection. By default, the lowest granularity is selected. Metric Time is the default time dimension that you can group all your metrics by. **Filtering data** From 18d2339983d851d0e7706d43dffdaf3e0f2dfb19 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 7 May 2024 10:54:15 +0100 Subject: [PATCH 2/5] 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 23d63af9f70..96dfd599cba 100644 --- a/website/docs/docs/use-dbt-semantic-layer/gsheets.md +++ b/website/docs/docs/use-dbt-semantic-layer/gsheets.md @@ -58,7 +58,7 @@ The Google Sheets **Query Builder** custom menu has the following capabilities: Note: All metrics and dimensions have an info button which you can click into to get the description of the object as defined in your dbt project. -**Modifying Time Granularity** +#### Modifying time granularity When selecting time dimensions in the group by menu, you will see a list of available time granularities below the selection. By default, the lowest granularity is selected. Metric Time is the default time dimension that you can group all your metrics by. From 5936412317d4a445cd5f37d1de2c4910f6d95293 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 7 May 2024 10:55:08 +0100 Subject: [PATCH 3/5] 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 96dfd599cba..4eefe9409c7 100644 --- a/website/docs/docs/use-dbt-semantic-layer/gsheets.md +++ b/website/docs/docs/use-dbt-semantic-layer/gsheets.md @@ -60,7 +60,7 @@ Note: All metrics and dimensions have an info button which you can click into to #### Modifying time granularity -When selecting time dimensions in the group by menu, you will see a list of available time granularities below the selection. By default, the lowest granularity is selected. Metric Time is the default time dimension that you can group all your metrics by. +When selecting time dimensions in the group by menu, you will see a list of available time granularities below the selection. By default, the lowest granularity is selected. Metric time is the default time dimension that you can group all your metrics by. **Filtering data** From 421633ac0244648d2b6d2f05179cdb0b47b512c3 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 15 May 2024 10:08:03 +0100 Subject: [PATCH 4/5] 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 4eefe9409c7..5a7f48a0dce 100644 --- a/website/docs/docs/use-dbt-semantic-layer/gsheets.md +++ b/website/docs/docs/use-dbt-semantic-layer/gsheets.md @@ -60,7 +60,7 @@ Note: All metrics and dimensions have an info button which you can click into to #### Modifying time granularity -When selecting time dimensions in the group by menu, you will see a list of available time granularities below the selection. By default, the lowest granularity is selected. Metric time is the default time dimension that you can group all your metrics by. +When you select time dimensions in the **Group By** menu, you'll see a list of available time granularities. The lowest granularity is selected by default. Metric time is the default time dimension for grouping your metrics. **Filtering data** From a691e69b5f4ad727a03bd88d77d3dbaa9a454b61 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 15 May 2024 10:09:11 +0100 Subject: [PATCH 5/5] 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 5a7f48a0dce..01c3c0ce26e 100644 --- a/website/docs/docs/use-dbt-semantic-layer/gsheets.md +++ b/website/docs/docs/use-dbt-semantic-layer/gsheets.md @@ -56,7 +56,7 @@ The Google Sheets **Query Builder** custom menu has the following capabilities: | Order By | Return your data order. | | Limit | Set a limit for the rows of your output. | -Note: All metrics and dimensions have an info button which you can click into to get the description of the object as defined in your dbt project. +Note: Click the info button next to any metric or dimension to see its defined description from your dbt project. #### Modifying time granularity