From 37d04035d00605dce9a6745e1bc24e4084c392fc Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Tue, 5 Nov 2024 17:53:58 +0000 Subject: [PATCH 1/6] add tableau rn --- website/docs/docs/dbt-versions/release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index 010042ea49f..f5df08be224 100644 --- a/website/docs/docs/dbt-versions/release-notes.md +++ b/website/docs/docs/dbt-versions/release-notes.md @@ -18,6 +18,13 @@ Release notes are grouped by month for both multi-tenant and virtual private clo \* The official release date for this new format of release notes is May 15th, 2024. Historical release notes for prior dates may not reflect all available features released earlier this year or their tenancy availability. +## November 2024 +- **Fix**: This update improves [dbt Semantic Layer Tableau integration](/docs/cloud-integrations/semantic-layer/tableau) making query parsing more reliable. Some key fixes include: +- Error messages for unsupported joins between saved query and ALL tables +- Improved handling of queries when multiple tables are selected in a data source +- Fixed a bug when a IN filter contained a lot of values +- Better error messaging for queries that can't be parsed correctly. + ## October 2024 From a2511d5f195a9c67634086493679972047f6f833 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Tue, 5 Nov 2024 18:02:22 +0000 Subject: [PATCH 2/6] fix bullets --- website/docs/docs/dbt-versions/release-notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index f5df08be224..d36d777e093 100644 --- a/website/docs/docs/dbt-versions/release-notes.md +++ b/website/docs/docs/dbt-versions/release-notes.md @@ -20,10 +20,10 @@ Release notes are grouped by month for both multi-tenant and virtual private clo ## November 2024 - **Fix**: This update improves [dbt Semantic Layer Tableau integration](/docs/cloud-integrations/semantic-layer/tableau) making query parsing more reliable. Some key fixes include: -- Error messages for unsupported joins between saved query and ALL tables -- Improved handling of queries when multiple tables are selected in a data source -- Fixed a bug when a IN filter contained a lot of values -- Better error messaging for queries that can't be parsed correctly. + - Error messages for unsupported joins between saved query and ALL tables + - Improved handling of queries when multiple tables are selected in a data source + - Fixed a bug when a IN filter contained a lot of values + - Better error messaging for queries that can't be parsed correctly. ## October 2024 From a94b749d0dcc725db73f13ef9fb475f5040355f7 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:38:44 +0000 Subject: [PATCH 3/6] Update release-notes.md Co-authored-by: nataliefiann <120089939+nataliefiann@users.noreply.github.com> --- website/docs/docs/dbt-versions/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index d36d777e093..ee4d245bdbf 100644 --- a/website/docs/docs/dbt-versions/release-notes.md +++ b/website/docs/docs/dbt-versions/release-notes.md @@ -22,7 +22,7 @@ Release notes are grouped by month for both multi-tenant and virtual private clo - **Fix**: This update improves [dbt Semantic Layer Tableau integration](/docs/cloud-integrations/semantic-layer/tableau) making query parsing more reliable. Some key fixes include: - Error messages for unsupported joins between saved query and ALL tables - Improved handling of queries when multiple tables are selected in a data source - - Fixed a bug when a IN filter contained a lot of values + - Fixed a bug when an IN filter contained a lot of values - Better error messaging for queries that can't be parsed correctly. ## October 2024 From 54193259474a83177dcf87f278f29a59fc7ea35e Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:41:48 +0000 Subject: [PATCH 4/6] Update release-notes.md Co-authored-by: nataliefiann <120089939+nataliefiann@users.noreply.github.com> --- website/docs/docs/dbt-versions/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index ee4d245bdbf..26c2ff427f6 100644 --- a/website/docs/docs/dbt-versions/release-notes.md +++ b/website/docs/docs/dbt-versions/release-notes.md @@ -20,7 +20,7 @@ Release notes are grouped by month for both multi-tenant and virtual private clo ## November 2024 - **Fix**: This update improves [dbt Semantic Layer Tableau integration](/docs/cloud-integrations/semantic-layer/tableau) making query parsing more reliable. Some key fixes include: - - Error messages for unsupported joins between saved query and ALL tables + - Error messages for unsupported joins between saved queries and ALL tables. - Improved handling of queries when multiple tables are selected in a data source - Fixed a bug when an IN filter contained a lot of values - Better error messaging for queries that can't be parsed correctly. From 252c48d45e075bad23d45262d079e6b697b1f9b8 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:42:26 +0000 Subject: [PATCH 5/6] Update release-notes.md Co-authored-by: nataliefiann <120089939+nataliefiann@users.noreply.github.com> --- website/docs/docs/dbt-versions/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index 26c2ff427f6..b3f1cb38b32 100644 --- a/website/docs/docs/dbt-versions/release-notes.md +++ b/website/docs/docs/dbt-versions/release-notes.md @@ -21,7 +21,7 @@ Release notes are grouped by month for both multi-tenant and virtual private clo ## November 2024 - **Fix**: This update improves [dbt Semantic Layer Tableau integration](/docs/cloud-integrations/semantic-layer/tableau) making query parsing more reliable. Some key fixes include: - Error messages for unsupported joins between saved queries and ALL tables. - - Improved handling of queries when multiple tables are selected in a data source + - Improved handling of queries when multiple tables are selected in a data source. - Fixed a bug when an IN filter contained a lot of values - Better error messaging for queries that can't be parsed correctly. From 44173ba15bd2c0d3541d90e5cf9c23df6fbb58c1 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:43:40 +0000 Subject: [PATCH 6/6] Update release-notes.md --- website/docs/docs/dbt-versions/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index b3f1cb38b32..c3f0bbfbe06 100644 --- a/website/docs/docs/dbt-versions/release-notes.md +++ b/website/docs/docs/dbt-versions/release-notes.md @@ -22,7 +22,7 @@ Release notes are grouped by month for both multi-tenant and virtual private clo - **Fix**: This update improves [dbt Semantic Layer Tableau integration](/docs/cloud-integrations/semantic-layer/tableau) making query parsing more reliable. Some key fixes include: - Error messages for unsupported joins between saved queries and ALL tables. - Improved handling of queries when multiple tables are selected in a data source. - - Fixed a bug when an IN filter contained a lot of values + - Fixed a bug when an IN filter contained a lot of values. - Better error messaging for queries that can't be parsed correctly. ## October 2024