From ac04a1dd6108eaaddc8f244db596d73c58d75606 Mon Sep 17 00:00:00 2001 From: rpourzand Date: Tue, 20 Feb 2024 10:13:35 -0800 Subject: [PATCH 1/2] Update sl-faqs.md Found a bug in the faq --- website/docs/docs/use-dbt-semantic-layer/sl-faqs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/use-dbt-semantic-layer/sl-faqs.md b/website/docs/docs/use-dbt-semantic-layer/sl-faqs.md index a430d13b29d..ccd3df9f933 100644 --- a/website/docs/docs/use-dbt-semantic-layer/sl-faqs.md +++ b/website/docs/docs/use-dbt-semantic-layer/sl-faqs.md @@ -132,8 +132,8 @@ Read our [Quickstart](/docs/use-dbt-semantic-layer/quickstart-sl) for more infor Beginning in March 2024, the dbt Semantic Layer will offer two layers of caching: -- The result cache which is a Redis cache. -- A declarative cache which lives in your data platform. +- The result cache which caches query results in the data platform so subsequent runs of the same query are faster. +- A declarative cache which also lives in your data platform. From 2af4fbc6d67f656e27d363c4c91786b6cad1bc88 Mon Sep 17 00:00:00 2001 From: rpourzand Date: Tue, 20 Feb 2024 10:14:54 -0800 Subject: [PATCH 2/2] Update sl-faqs.md --- website/docs/docs/use-dbt-semantic-layer/sl-faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/use-dbt-semantic-layer/sl-faqs.md b/website/docs/docs/use-dbt-semantic-layer/sl-faqs.md index ccd3df9f933..b68cda5d358 100644 --- a/website/docs/docs/use-dbt-semantic-layer/sl-faqs.md +++ b/website/docs/docs/use-dbt-semantic-layer/sl-faqs.md @@ -132,7 +132,7 @@ Read our [Quickstart](/docs/use-dbt-semantic-layer/quickstart-sl) for more infor Beginning in March 2024, the dbt Semantic Layer will offer two layers of caching: -- The result cache which caches query results in the data platform so subsequent runs of the same query are faster. +- The result cache, which caches query results in the data platform so that subsequent runs of the same query are faster. - A declarative cache which also lives in your data platform.