dbt Cloud release notes
dbt Cloud release notes for recent and historical changes. Release notes fall into one of the following categories:
- New: New products and features
- Enhancement: Performance improvements and feature enhancements
- Fix: Bug and security fixes
- Behavior change: A change to existing behavior that doesn't fit into the other categories, such as feature deprecations or changes to default settings
Release notes are grouped by month for both multi-tenant and virtual private cloud (VPC) environments.
January 2025
- Fix: Fixed an issue where saved queries with no exports would fail with an
UnboundLocalError
. Previously, attempting to process a saved query without any exports would cause an error due to an undefined relation variable. Exports are optional, and this fix ensures saved queries without exports don't fail. - New: You can now query metric alias in dbt Semantic Layer GraphQL and JDBC APIs.
- For the JDBC API, refer to Query metric alias for more information.
- For the GraphQL API, refer to Query metric alias for more information.
- Enhancement: Added support to automatically refresh access tokens when Snowflake's SSO connection expires. Previously, users would get the following error:
Connection is not available, request timed out after 30000ms
and would have to wait 10 minutes to try again. - Enhancement: The
dbt_version
format in dbt Cloud now better aligns with semantic versioning rules. Leading zeroes have been removed from the month and day (YYYY.M.D+<suffix>
). For example:- New format:
2024.10.8+996c6a8
- Previous format:
2024.10.08+996c6a8
- New format:
0