Skip to main content

dbt Semantic Layer updates for December 2023

The dbt Labs team continues to work on adding new features, fixing bugs, and increasing reliability for the dbt Semantic Layer. The following list explains the updates and fixes for December 2023 in more detail.

Bug fixes

  • Tableau integration The dbt Semantic Layer integration with Tableau now supports queries that resolve to a "NOT IN" clause. This applies to using "exclude" in the filtering user interface. Previously it wasn’t supported.
  • BIGINT support The dbt Semantic Layer can now support BIGINT values with precision greater than 18. Previously it would return an error.
  • Memory leak Fixed a memory leak in the JDBC API that would previously lead to intermittent errors when querying it.
  • Data conversion support 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

  • Deprecation We deprecated dbt Metrics and the legacy dbt Semantic Layer, both supported on dbt version 1.5 or lower. This change came into effect on December 15th, 2023.
  • Improved dbt converter tool The dbt converter tool 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.
0