-
Notifications
You must be signed in to change notification settings - Fork 985
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
add SL rn #4668
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
A couple of edits after talking to the team!
website/docs/docs/dbt-versions/release-notes/74-Dec-2023/dec-sl-updates.md
Outdated
Show resolved
Hide resolved
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.
For Redshift, something along the lines of:
- Added support for converting various Redshift and Postgres specific types into Arrow. Previously, the driver would throw an error when encountering columns with those types, for example, when calling
DatabaseMetadata.getColumns(null, null, null, null)
which is how Hex refreshes connection metadata.
Diego recommendation
more recommendations from diego
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.
lgtm!
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. |
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.
this pr adds the updates/bugs, new features for the december SL and metricflow release notes