-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add SL rn #4668
Merged
Merged
add SL rn #4668
Changes from 9 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
f4693b9
add rn
mirnawong1 8117a3c
Update dec-sl-updates.md
mirnawong1 17dcbc1
Update dec-sl-updates.md
rpourzand f213c14
Merge branch 'current' into sl-rn-dec
mirnawong1 6edcf65
Update dec-sl-updates.md
rpourzand 2eadd71
Update dec-sl-updates.md
rpourzand 945b743
Merge branch 'current' into sl-rn-dec
mirnawong1 a706ad4
Merge branch 'current' into sl-rn-dec
mirnawong1 e9ec8d3
Merge branch 'current' into sl-rn-dec
mirnawong1 eb27064
add mf bug fixes and ambigous resolution
Jstein77 47b0043
tweaks
mirnawong1 92ac118
consistent language
mirnawong1 89aeae4
typo
mirnawong1 27cd555
tweak
mirnawong1 ff29b5a
Merge branch 'current' into sl-rn-dec
mirnawong1 7f5890d
update group by items call out
Jstein77 963de0c
Merge branch 'current' into sl-rn-dec
mirnawong1 b839ea5
Update website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-s…
mirnawong1 224ce87
Update website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-s…
mirnawong1 b756622
update release notes
Jstein77 a558310
Merge branch 'current' into sl-rn-dec
mirnawong1 03ec700
Update website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-s…
mirnawong1 31339d2
Update website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-s…
mirnawong1 4f9e6c0
Update website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-s…
mirnawong1 2811e43
Update website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-s…
mirnawong1 1c5306a
Merge branch 'current' into sl-rn-dec
mirnawong1 cc0ca46
Update dec-sl-updates.md
mirnawong1 d8ab9df
Merge branch 'current' into sl-rn-dec
mirnawong1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-sl-updates.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: "Updates and fixes: dbt Semantic Layer and MetricFlow updates for 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 December 2023. | ||
|
||
## Bug fixes | ||
- The dbt Semantic Layer integration with Tableau now supports queries that resolve to a "NOT IN" clause (for example: using "exclude" in the filtering user interface). Previously it wasn’t supported. | ||
- The dbt Semantic Layer can support `BIGINT` with precision greater than 18. Previously it would return an error. | ||
- We fixed a memory leak that would amount in intermittent errors when querying our JDBC API. | ||
- Added support for converting various Redshift and Postgres specific data types. Previously, the driver would throw an error when encountering columns with those types. | ||
|
||
## 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. | ||
- The [dbt converter tool](https://github.com/dbt-labs/dbt-converter) can now help automate some of the work in converting from LookML (Looker's modeling language) for those who are migrating. Previously this wasn’t available. | ||
|
||
## New features | ||
- Test |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to give more info on the memory leak?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so.... the errors that customers might have experienced from this could be different. We could maybe include a time period of when people might have been affected, but this could be hard to find.