From 519a25ff340732f9c49bfaf70a3d9f27e95efd4d Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Mon, 18 Dec 2023 13:52:38 -0500 Subject: [PATCH] Revert "remove" This reverts commit bc11f6c4a451d1d8784f882ce0e7d0d46ea3419e. --- .../74-Dec-2023/dec-sl-releases.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-sl-releases.md diff --git a/website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-sl-releases.md b/website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-sl-releases.md new file mode 100644 index 00000000000..568d9fb3752 --- /dev/null +++ b/website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-sl-releases.md @@ -0,0 +1,22 @@ +--- +title: "Updates and fixes: dbt Semantic Layer and MetricFlow updates for the month of December 2023." +description: "December 2023: Enhanced Tableau integration, BIGINT support, LookML to MetricFlow conversion, and deprecation of legacy features." +sidebar_label: "Update ad fixes: dbt Semantic Layer and MetricFlow." +sidebar_position: 08 +date: 2023-12-22 +--- + +The dbt Labs team continues to work on adding new features, fixing bugs, and increasing reliability for the dbt Semantic Layer and MetricFlow. Here are the updates and fixes for the month of December 2023. + +## Bug fixes + +- The dbt Semantic Layer integration with Tableau now supports using exclude in its user interface. Previously it wasn't supported. +- The dbt Semantic Layer can support `BIGINT` with over 18 digits. Previously it would return an error. +- The [dbt converter tool](https://github.com/dbt-labs/dbt-converter) can now convert data definitions from LookML to MetricFlow and help users upgrade. Previously this wasn't available. (converts from lookml to metricflow specs). ROXI TO CLARIFY WITH NICK TO DETERMINE IF WE WANT TO TALK ABOUT THIS NOW OR LATER ON WHEN IT HAS MORE FEATURES. + +## Improvements + +- dbt Labs deprecated [dbt Metrics and the legacy dbt Semantic Layer](/docs/dbt-versions/release-notes/Dec-2023/legacy-sl), both supported on dbt version 1.5 or lower. This change came into effect on December 15th, 2023. + +## New features +- Test