Skip to content

Commit 0458e50

Browse files
authored
sl rn saved queries w no exports (#6798)
2 parents bcec1f8 + a615e5f commit 0458e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: website/docs/docs/dbt-versions/release-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ dbt Cloud release notes for recent and historical changes. Release notes fall in
1616

1717
Release notes are grouped by month for both multi-tenant and virtual private cloud (VPC) environments.
1818

19-
2019
## January 2025
2120

21+
- **Fix**: Fixed an issue where [saved queries](/docs/build/saved-queries) with no [exports](/docs/build/saved-queries#configure-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.
2222
- **New**: You can now query metric alias in dbt Semantic Layer [GraphQL](/docs/dbt-cloud-apis/sl-graphql) and [JDBC](/docs/dbt-cloud-apis/sl-jdbc) APIs.
2323
- For the JDBC API, refer to [Query metric alias](/docs/dbt-cloud-apis/sl-jdbc#query-metric-alias) for more information.
2424
- For the GraphQL API, refer to [Query metric alias](/docs/dbt-cloud-apis/sl-graphql#query-metric-alias) for more information.

0 commit comments

Comments
 (0)